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/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/lib/libcrypto/Makefile b/src/lib/libcrypto/Makefile
index 5710b9210a..87b699bb2f 100644
--- a/src/lib/libcrypto/Makefile
+++ b/src/lib/libcrypto/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.109 2023/04/25 15:51:31 tb Exp $ 1# $OpenBSD: Makefile,v 1.110 2023/04/25 16:50:33 tb Exp $
2 2
3LIB= crypto 3LIB= crypto
4LIBREBUILD=y 4LIBREBUILD=y
@@ -204,7 +204,6 @@ SRCS+= bn_shift.c
204SRCS+= bn_small_primes.c 204SRCS+= bn_small_primes.c
205SRCS+= bn_sqr.c 205SRCS+= bn_sqr.c
206SRCS+= bn_word.c 206SRCS+= bn_word.c
207#SRCS+= bn_x931p.c
208 207
209# buffer/ 208# buffer/
210SRCS+= buf_err.c 209SRCS+= buf_err.c
@@ -617,7 +616,6 @@ SRCS+= rsa_prn.c
617SRCS+= rsa_pss.c 616SRCS+= rsa_pss.c
618SRCS+= rsa_saos.c 617SRCS+= rsa_saos.c
619SRCS+= rsa_sign.c 618SRCS+= rsa_sign.c
620#SRCS+= rsa_x931.c
621 619
622# sha/ 620# sha/
623SRCS+= sha1.c 621SRCS+= sha1.c