diff options
author | Brent Cook <bcook@openbsd.org> | 2015-09-17 05:25:22 -0500 |
---|---|---|
committer | Brent Cook <bcook@openbsd.org> | 2015-09-17 05:30:24 -0500 |
commit | f05cb999a6fb45adc87802fb506a3ee4484162bf (patch) | |
tree | 8d57a5ac7202e28b25fbe3140698b8480a74546b | |
parent | 9c55d0b851c33a85f3b6e640b22500849ae7cba7 (diff) | |
download | portable-f05cb999a6fb45adc87802fb506a3ee4484162bf.tar.gz portable-f05cb999a6fb45adc87802fb506a3ee4484162bf.tar.bz2 portable-f05cb999a6fb45adc87802fb506a3ee4484162bf.zip |
final bit of SHA-0 removal
-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 4fe4dfa..8a2d546 100644 --- a/crypto/Makefile.am +++ b/crypto/Makefile.am | |||
@@ -694,7 +694,6 @@ libcrypto_la_SOURCES += sha/sha1_one.c | |||
694 | libcrypto_la_SOURCES += sha/sha1dgst.c | 694 | libcrypto_la_SOURCES += sha/sha1dgst.c |
695 | libcrypto_la_SOURCES += sha/sha256.c | 695 | libcrypto_la_SOURCES += sha/sha256.c |
696 | libcrypto_la_SOURCES += sha/sha512.c | 696 | libcrypto_la_SOURCES += sha/sha512.c |
697 | libcrypto_la_SOURCES += sha/sha_one.c | ||
698 | noinst_HEADERS += sha/sha_locl.h | 697 | noinst_HEADERS += sha/sha_locl.h |
699 | 698 | ||
700 | # stack | 699 | # stack |