summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/Makefile
diff options
context:
space:
mode:
authorjsing <>2023-04-11 10:41:10 +0000
committerjsing <>2023-04-11 10:41:10 +0000
commit7ba9f623ddc4b9cfa964fcaf6ba56eb594111d94 (patch)
tree4468cb0f732dfced10ef6d4fe8316023d4cf5efc /src/lib/libcrypto/Makefile
parent7445aed7e7c22eae7ddd865c8c411f93062e2980 (diff)
downloadopenbsd-7ba9f623ddc4b9cfa964fcaf6ba56eb594111d94.tar.gz
openbsd-7ba9f623ddc4b9cfa964fcaf6ba56eb594111d94.tar.bz2
openbsd-7ba9f623ddc4b9cfa964fcaf6ba56eb594111d94.zip
Consolidate sha1 into a single file.
Diffstat (limited to 'src/lib/libcrypto/Makefile')
-rw-r--r--src/lib/libcrypto/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/lib/libcrypto/Makefile b/src/lib/libcrypto/Makefile
index 5405d79449..ed70799965 100644
--- a/src/lib/libcrypto/Makefile
+++ b/src/lib/libcrypto/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.100 2023/04/11 10:08:44 tb Exp $ 1# $OpenBSD: Makefile,v 1.101 2023/04/11 10:41:10 jsing Exp $
2 2
3LIB= crypto 3LIB= crypto
4LIBREBUILD=y 4LIBREBUILD=y
@@ -625,8 +625,7 @@ SRCS+= rsa_sign.c
625SRCS+= rsa_x931.c 625SRCS+= rsa_x931.c
626 626
627# sha/ 627# sha/
628SRCS+= sha1dgst.c 628SRCS+= sha1.c
629SRCS+= sha1_one.c
630SRCS+= sha256.c 629SRCS+= sha256.c
631SRCS+= sha512.c 630SRCS+= sha512.c
632 631