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, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/Makefile b/src/lib/libcrypto/Makefile
index 2dc31be688..726f23aecc 100644
--- a/src/lib/libcrypto/Makefile
+++ b/src/lib/libcrypto/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.102 2023/04/13 15:01:18 tb Exp $ 1# $OpenBSD: Makefile,v 1.103 2023/04/14 11:10:11 jsing Exp $
2 2
3LIB= crypto 3LIB= crypto
4LIBREBUILD=y 4LIBREBUILD=y
@@ -181,6 +181,7 @@ SRCS+= bn_add.c
181SRCS+= bn_blind.c 181SRCS+= bn_blind.c
182SRCS+= bn_bpsw.c 182SRCS+= bn_bpsw.c
183SRCS+= bn_const.c 183SRCS+= bn_const.c
184SRCS+= bn_convert.c
184SRCS+= bn_ctx.c 185SRCS+= bn_ctx.c
185SRCS+= bn_div.c 186SRCS+= bn_div.c
186SRCS+= bn_err.c 187SRCS+= bn_err.c
@@ -197,7 +198,6 @@ SRCS+= bn_mpi.c
197SRCS+= bn_mul.c 198SRCS+= bn_mul.c
198SRCS+= bn_nist.c 199SRCS+= bn_nist.c
199SRCS+= bn_prime.c 200SRCS+= bn_prime.c
200SRCS+= bn_print.c
201SRCS+= bn_rand.c 201SRCS+= bn_rand.c
202SRCS+= bn_recp.c 202SRCS+= bn_recp.c
203SRCS+= bn_shift.c 203SRCS+= bn_shift.c