diff options
author | Brent Cook <bcook@openbsd.org> | 2015-09-17 05:15:23 -0500 |
---|---|---|
committer | Brent Cook <bcook@openbsd.org> | 2015-09-17 05:15:23 -0500 |
commit | 9c55d0b851c33a85f3b6e640b22500849ae7cba7 (patch) | |
tree | 259540bb6353760f5b9c508e2261d4593588c815 /crypto | |
parent | 53eacb360e1746c462cddbcbf81510a5b91c00db (diff) | |
download | portable-9c55d0b851c33a85f3b6e640b22500849ae7cba7.tar.gz portable-9c55d0b851c33a85f3b6e640b22500849ae7cba7.tar.bz2 portable-9c55d0b851c33a85f3b6e640b22500849ae7cba7.zip |
remove SHA-0
Diffstat (limited to 'crypto')
-rw-r--r-- | crypto/Makefile.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/crypto/Makefile.am b/crypto/Makefile.am index 6c0238b..4fe4dfa 100644 --- a/crypto/Makefile.am +++ b/crypto/Makefile.am | |||
@@ -501,7 +501,6 @@ libcrypto_la_SOURCES += evp/m_md4.c | |||
501 | libcrypto_la_SOURCES += evp/m_md5.c | 501 | libcrypto_la_SOURCES += evp/m_md5.c |
502 | libcrypto_la_SOURCES += evp/m_null.c | 502 | libcrypto_la_SOURCES += evp/m_null.c |
503 | libcrypto_la_SOURCES += evp/m_ripemd.c | 503 | libcrypto_la_SOURCES += evp/m_ripemd.c |
504 | libcrypto_la_SOURCES += evp/m_sha.c | ||
505 | libcrypto_la_SOURCES += evp/m_sha1.c | 504 | libcrypto_la_SOURCES += evp/m_sha1.c |
506 | libcrypto_la_SOURCES += evp/m_sigver.c | 505 | libcrypto_la_SOURCES += evp/m_sigver.c |
507 | libcrypto_la_SOURCES += evp/m_streebog.c | 506 | libcrypto_la_SOURCES += evp/m_streebog.c |
@@ -695,7 +694,6 @@ libcrypto_la_SOURCES += sha/sha1_one.c | |||
695 | libcrypto_la_SOURCES += sha/sha1dgst.c | 694 | libcrypto_la_SOURCES += sha/sha1dgst.c |
696 | libcrypto_la_SOURCES += sha/sha256.c | 695 | libcrypto_la_SOURCES += sha/sha256.c |
697 | libcrypto_la_SOURCES += sha/sha512.c | 696 | libcrypto_la_SOURCES += sha/sha512.c |
698 | libcrypto_la_SOURCES += sha/sha_dgst.c | ||
699 | libcrypto_la_SOURCES += sha/sha_one.c | 697 | libcrypto_la_SOURCES += sha/sha_one.c |
700 | noinst_HEADERS += sha/sha_locl.h | 698 | noinst_HEADERS += sha/sha_locl.h |
701 | 699 | ||