summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/Makefile
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/lib/libcrypto/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/Makefile b/src/lib/libcrypto/Makefile
index c882c1a9dd..a0d60b25fb 100644
--- a/src/lib/libcrypto/Makefile
+++ b/src/lib/libcrypto/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.153 2023/07/29 06:46:20 tb Exp $ 1# $OpenBSD: Makefile,v 1.154 2023/08/09 09:23:03 tb Exp $
2 2
3LIB= crypto 3LIB= crypto
4LIBREBUILD=y 4LIBREBUILD=y
@@ -168,7 +168,6 @@ SRCS+= bss_sock.c
168 168
169# bn/ 169# bn/
170SRCS+= bn_add.c 170SRCS+= bn_add.c
171SRCS+= bn_blind.c
172SRCS+= bn_bpsw.c 171SRCS+= bn_bpsw.c
173SRCS+= bn_const.c 172SRCS+= bn_const.c
174SRCS+= bn_convert.c 173SRCS+= bn_convert.c
@@ -534,6 +533,7 @@ SRCS+= ripemd.c
534# rsa/ 533# rsa/
535SRCS+= rsa_ameth.c 534SRCS+= rsa_ameth.c
536SRCS+= rsa_asn1.c 535SRCS+= rsa_asn1.c
536SRCS+= rsa_blinding.c
537SRCS+= rsa_chk.c 537SRCS+= rsa_chk.c
538SRCS+= rsa_crpt.c 538SRCS+= rsa_crpt.c
539SRCS+= rsa_eay.c 539SRCS+= rsa_eay.c