diff options
Diffstat (limited to '')
-rw-r--r-- | src/lib/libcrypto/Makefile | 4 |
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 | ||
3 | LIB= crypto | 3 | LIB= crypto |
4 | LIBREBUILD=y | 4 | LIBREBUILD=y |
@@ -168,7 +168,6 @@ SRCS+= bss_sock.c | |||
168 | 168 | ||
169 | # bn/ | 169 | # bn/ |
170 | SRCS+= bn_add.c | 170 | SRCS+= bn_add.c |
171 | SRCS+= bn_blind.c | ||
172 | SRCS+= bn_bpsw.c | 171 | SRCS+= bn_bpsw.c |
173 | SRCS+= bn_const.c | 172 | SRCS+= bn_const.c |
174 | SRCS+= bn_convert.c | 173 | SRCS+= bn_convert.c |
@@ -534,6 +533,7 @@ SRCS+= ripemd.c | |||
534 | # rsa/ | 533 | # rsa/ |
535 | SRCS+= rsa_ameth.c | 534 | SRCS+= rsa_ameth.c |
536 | SRCS+= rsa_asn1.c | 535 | SRCS+= rsa_asn1.c |
536 | SRCS+= rsa_blinding.c | ||
537 | SRCS+= rsa_chk.c | 537 | SRCS+= rsa_chk.c |
538 | SRCS+= rsa_crpt.c | 538 | SRCS+= rsa_crpt.c |
539 | SRCS+= rsa_eay.c | 539 | SRCS+= rsa_eay.c |