summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/Makefile
diff options
context:
space:
mode:
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