aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrent Cook <bcook@openbsd.org>2015-09-17 05:25:22 -0500
committerBrent Cook <bcook@openbsd.org>2015-09-17 05:30:24 -0500
commitf05cb999a6fb45adc87802fb506a3ee4484162bf (patch)
tree8d57a5ac7202e28b25fbe3140698b8480a74546b
parent9c55d0b851c33a85f3b6e640b22500849ae7cba7 (diff)
downloadportable-f05cb999a6fb45adc87802fb506a3ee4484162bf.tar.gz
portable-f05cb999a6fb45adc87802fb506a3ee4484162bf.tar.bz2
portable-f05cb999a6fb45adc87802fb506a3ee4484162bf.zip
final bit of SHA-0 removal
-rw-r--r--crypto/Makefile.am1
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
694libcrypto_la_SOURCES += sha/sha1dgst.c 694libcrypto_la_SOURCES += sha/sha1dgst.c
695libcrypto_la_SOURCES += sha/sha256.c 695libcrypto_la_SOURCES += sha/sha256.c
696libcrypto_la_SOURCES += sha/sha512.c 696libcrypto_la_SOURCES += sha/sha512.c
697libcrypto_la_SOURCES += sha/sha_one.c
698noinst_HEADERS += sha/sha_locl.h 697noinst_HEADERS += sha/sha_locl.h
699 698
700# stack 699# stack