diff options
author | Theo Buehler <tb@openbsd.org> | 2023-12-20 07:32:16 +0100 |
---|---|---|
committer | Theo Buehler <tb@openbsd.org> | 2023-12-20 07:32:16 +0100 |
commit | d441bd3469ef09394e50dfeeac26a094500d9b0f (patch) | |
tree | acbe168bb550d630e8827e29fd72d17e6139374d /crypto | |
parent | cfda276d4ceb4e53316df93232166c963ef73d47 (diff) | |
download | portable-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.txt | 1 | ||||
-rw-r--r-- | crypto/Makefile.am | 1 |
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 | |||
530 | libcrypto_la_SOURCES += des/ofb_enc.c | 530 | libcrypto_la_SOURCES += des/ofb_enc.c |
531 | libcrypto_la_SOURCES += des/pcbc_enc.c | 531 | libcrypto_la_SOURCES += des/pcbc_enc.c |
532 | libcrypto_la_SOURCES += des/qud_cksm.c | 532 | libcrypto_la_SOURCES += des/qud_cksm.c |
533 | libcrypto_la_SOURCES += des/rand_key.c | ||
534 | libcrypto_la_SOURCES += des/set_key.c | 533 | libcrypto_la_SOURCES += des/set_key.c |
535 | libcrypto_la_SOURCES += des/str2key.c | 534 | libcrypto_la_SOURCES += des/str2key.c |
536 | libcrypto_la_SOURCES += des/xcbc_enc.c | 535 | libcrypto_la_SOURCES += des/xcbc_enc.c |