aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo Buehler <tb@openbsd.org>2024-07-09 15:52:53 -0600
committerTheo Buehler <tb@openbsd.org>2024-07-09 15:52:53 -0600
commit3d895bd51bf79afaaa168d076c65a71086582b60 (patch)
treef6f5117da432cda5462a6a4903caa587d8d48235
parent1e162d446b4e0882060e2e00afaaaeae6e4ca10c (diff)
downloadportable-3d895bd51bf79afaaa168d076c65a71086582b60.tar.gz
portable-3d895bd51bf79afaaa168d076c65a71086582b60.tar.bz2
portable-3d895bd51bf79afaaa168d076c65a71086582b60.zip
tls1_prf is in kdf/, not in hkdf/
-rw-r--r--crypto/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/CMakeLists.txt b/crypto/CMakeLists.txt
index b882dbe..5ee20ff 100644
--- a/crypto/CMakeLists.txt
+++ b/crypto/CMakeLists.txt
@@ -485,13 +485,13 @@ set(
485 evp/pmeth_gn.c 485 evp/pmeth_gn.c
486 evp/pmeth_lib.c 486 evp/pmeth_lib.c
487 hkdf/hkdf.c 487 hkdf/hkdf.c
488 hkdf/tls1_prf.c
489 hmac/hm_ameth.c 488 hmac/hm_ameth.c
490 hmac/hm_pmeth.c 489 hmac/hm_pmeth.c
491 hmac/hmac.c 490 hmac/hmac.c
492 idea/idea.c 491 idea/idea.c
493 kdf/hkdf_evp.c 492 kdf/hkdf_evp.c
494 kdf/kdf_err.c 493 kdf/kdf_err.c
494 kdf/tls1_prf.c
495 lhash/lhash.c 495 lhash/lhash.c
496 md4/md4.c 496 md4/md4.c
497 md5/md5.c 497 md5/md5.c