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/Makefile.am | |
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/Makefile.am')
-rw-r--r-- | crypto/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
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 |