summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/Makefile
diff options
context:
space:
mode:
authorjsing <>2025-05-25 04:53:05 +0000
committerjsing <>2025-05-25 04:53:05 +0000
commit86cba432b5dc2b5ae7e5ff806bb23d4507eab4e7 (patch)
tree9494bd58b828a31228e34d081f64fe9586327d6e /src/lib/libcrypto/Makefile
parentcbdbb6515eba8411eeb6f22618e029f1a461aa60 (diff)
downloadopenbsd-86cba432b5dc2b5ae7e5ff806bb23d4507eab4e7.tar.gz
openbsd-86cba432b5dc2b5ae7e5ff806bb23d4507eab4e7.tar.bz2
openbsd-86cba432b5dc2b5ae7e5ff806bb23d4507eab4e7.zip
Fix previous.
Diffstat (limited to 'src/lib/libcrypto/Makefile')
-rw-r--r--src/lib/libcrypto/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/libcrypto/Makefile b/src/lib/libcrypto/Makefile
index db3bc767d9..a05042986c 100644
--- a/src/lib/libcrypto/Makefile
+++ b/src/lib/libcrypto/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.231 2024/12/19 23:56:32 tb Exp $ 1# $OpenBSD: Makefile,v 1.232 2025/05/25 04:53:05 jsing Exp $
2 2
3LIB= crypto 3LIB= crypto
4LIBREBUILD=y 4LIBREBUILD=y
@@ -159,6 +159,7 @@ SRCS+= bss_sock.c
159 159
160# bn/ 160# bn/
161SRCS+= bn_add.c 161SRCS+= bn_add.c
162SRCS+= bn_add_sub.c
162SRCS+= bn_bpsw.c 163SRCS+= bn_bpsw.c
163SRCS+= bn_const.c 164SRCS+= bn_const.c
164SRCS+= bn_convert.c 165SRCS+= bn_convert.c