aboutsummaryrefslogtreecommitdiff
path: root/crypto
diff options
context:
space:
mode:
authorTheo Buehler <tb@openbsd.org>2023-12-20 07:32:16 +0100
committerTheo Buehler <tb@openbsd.org>2023-12-20 07:32:16 +0100
commitd441bd3469ef09394e50dfeeac26a094500d9b0f (patch)
treeacbe168bb550d630e8827e29fd72d17e6139374d /crypto
parentcfda276d4ceb4e53316df93232166c963ef73d47 (diff)
downloadportable-d441bd3469ef09394e50dfeeac26a094500d9b0f.tar.gz
portable-d441bd3469ef09394e50dfeeac26a094500d9b0f.tar.bz2
portable-d441bd3469ef09394e50dfeeac26a094500d9b0f.zip
rand_key.c is no more
Diffstat (limited to 'crypto')
-rw-r--r--crypto/CMakeLists.txt1
-rw-r--r--crypto/Makefile.am1
2 files changed, 0 insertions, 2 deletions
diff --git a/crypto/CMakeLists.txt b/crypto/CMakeLists.txt
index bf1e1c2..418f4f9 100644
--- a/crypto/CMakeLists.txt
+++ b/crypto/CMakeLists.txt
@@ -439,7 +439,6 @@ set(
439 des/ofb_enc.c 439 des/ofb_enc.c
440 des/pcbc_enc.c 440 des/pcbc_enc.c
441 des/qud_cksm.c 441 des/qud_cksm.c
442 des/rand_key.c
443 des/set_key.c 442 des/set_key.c
444 des/str2key.c 443 des/str2key.c
445 des/xcbc_enc.c 444 des/xcbc_enc.c
diff --git a/crypto/Makefile.am b/crypto/Makefile.am
index 0059b59..1752d9e 100644
--- a/crypto/Makefile.am
+++ b/crypto/Makefile.am
@@ -530,7 +530,6 @@ libcrypto_la_SOURCES += des/ofb64enc.c
530libcrypto_la_SOURCES += des/ofb_enc.c 530libcrypto_la_SOURCES += des/ofb_enc.c
531libcrypto_la_SOURCES += des/pcbc_enc.c 531libcrypto_la_SOURCES += des/pcbc_enc.c
532libcrypto_la_SOURCES += des/qud_cksm.c 532libcrypto_la_SOURCES += des/qud_cksm.c
533libcrypto_la_SOURCES += des/rand_key.c
534libcrypto_la_SOURCES += des/set_key.c 533libcrypto_la_SOURCES += des/set_key.c
535libcrypto_la_SOURCES += des/str2key.c 534libcrypto_la_SOURCES += des/str2key.c
536libcrypto_la_SOURCES += des/xcbc_enc.c 535libcrypto_la_SOURCES += des/xcbc_enc.c