aboutsummaryrefslogtreecommitdiff
path: root/crypto
diff options
context:
space:
mode:
authorBrent Cook <bcook@openbsd.org>2015-09-17 05:15:23 -0500
committerBrent Cook <bcook@openbsd.org>2015-09-17 05:15:23 -0500
commit9c55d0b851c33a85f3b6e640b22500849ae7cba7 (patch)
tree259540bb6353760f5b9c508e2261d4593588c815 /crypto
parent53eacb360e1746c462cddbcbf81510a5b91c00db (diff)
downloadportable-9c55d0b851c33a85f3b6e640b22500849ae7cba7.tar.gz
portable-9c55d0b851c33a85f3b6e640b22500849ae7cba7.tar.bz2
portable-9c55d0b851c33a85f3b6e640b22500849ae7cba7.zip
remove SHA-0
Diffstat (limited to 'crypto')
-rw-r--r--crypto/Makefile.am2
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
501libcrypto_la_SOURCES += evp/m_md5.c 501libcrypto_la_SOURCES += evp/m_md5.c
502libcrypto_la_SOURCES += evp/m_null.c 502libcrypto_la_SOURCES += evp/m_null.c
503libcrypto_la_SOURCES += evp/m_ripemd.c 503libcrypto_la_SOURCES += evp/m_ripemd.c
504libcrypto_la_SOURCES += evp/m_sha.c
505libcrypto_la_SOURCES += evp/m_sha1.c 504libcrypto_la_SOURCES += evp/m_sha1.c
506libcrypto_la_SOURCES += evp/m_sigver.c 505libcrypto_la_SOURCES += evp/m_sigver.c
507libcrypto_la_SOURCES += evp/m_streebog.c 506libcrypto_la_SOURCES += evp/m_streebog.c
@@ -695,7 +694,6 @@ libcrypto_la_SOURCES += sha/sha1_one.c
695libcrypto_la_SOURCES += sha/sha1dgst.c 694libcrypto_la_SOURCES += sha/sha1dgst.c
696libcrypto_la_SOURCES += sha/sha256.c 695libcrypto_la_SOURCES += sha/sha256.c
697libcrypto_la_SOURCES += sha/sha512.c 696libcrypto_la_SOURCES += sha/sha512.c
698libcrypto_la_SOURCES += sha/sha_dgst.c
699libcrypto_la_SOURCES += sha/sha_one.c 697libcrypto_la_SOURCES += sha/sha_one.c
700noinst_HEADERS += sha/sha_locl.h 698noinst_HEADERS += sha/sha_locl.h
701 699