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 ef26b0c5f5..26e76bba2d 100644
--- a/src/lib/libcrypto/Makefile
+++ b/src/lib/libcrypto/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.200 2024/07/10 13:30:14 beck Exp $ 1# $OpenBSD: Makefile,v 1.201 2024/08/02 10:48:54 jsing Exp $
2 2
3LIB= crypto 3LIB= crypto
4LIBREBUILD=y 4LIBREBUILD=y
@@ -61,10 +61,10 @@ SYMBOL_LIST+= ${.CURDIR}/arch/${MACHINE_CPU}/Symbols.list
61# crypto/ 61# crypto/
62SRCS+= cpt_err.c 62SRCS+= cpt_err.c
63SRCS+= cryptlib.c 63SRCS+= cryptlib.c
64SRCS+= crypto_ex_data.c
64SRCS+= crypto_init.c 65SRCS+= crypto_init.c
65SRCS+= crypto_lock.c 66SRCS+= crypto_lock.c
66SRCS+= cversion.c 67SRCS+= cversion.c
67SRCS+= ex_data.c
68SRCS+= malloc-wrapper.c 68SRCS+= malloc-wrapper.c
69SRCS+= mem_clr.c 69SRCS+= mem_clr.c
70SRCS+= mem_dbg.c 70SRCS+= mem_dbg.c