summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJoel Sing <jsing@cvs.openbsd.org>2023-04-11 10:41:11 +0000
committerJoel Sing <jsing@cvs.openbsd.org>2023-04-11 10:41:11 +0000
commite99fc286921a6ff2df52dc4a6e19298915f0d53f (patch)
treed40463b81d694c66b770a43e2b0089dcb79230ea /lib
parentdb3ffc27524b713a626f27f376ef8c3022518dd6 (diff)
Consolidate sha1 into a single file.
Diffstat (limited to 'lib')
-rw-r--r--lib/libcrypto/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/libcrypto/Makefile b/lib/libcrypto/Makefile
index 5405d79449b..ed707999652 100644
--- a/lib/libcrypto/Makefile
+++ b/lib/libcrypto/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.100 2023/04/11 10:08:44 tb Exp $
+# $OpenBSD: Makefile,v 1.101 2023/04/11 10:41:10 jsing Exp $
LIB= crypto
LIBREBUILD=y
@@ -625,8 +625,7 @@ SRCS+= rsa_sign.c
SRCS+= rsa_x931.c
# sha/
-SRCS+= sha1dgst.c
-SRCS+= sha1_one.c
+SRCS+= sha1.c
SRCS+= sha256.c
SRCS+= sha512.c