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 abfdb1b0e0..ce5adf0f5a 100644
--- a/src/lib/libcrypto/Makefile
+++ b/src/lib/libcrypto/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.223 2024/11/05 11:14:04 tb Exp $ 1# $OpenBSD: Makefile,v 1.224 2024/11/05 11:21:15 tb Exp $
2 2
3LIB= crypto 3LIB= crypto
4LIBREBUILD=y 4LIBREBUILD=y
@@ -56,7 +56,7 @@ VERSION_SCRIPT= Symbols.map
56SYMBOL_LIST= ${.CURDIR}/Symbols.list 56SYMBOL_LIST= ${.CURDIR}/Symbols.list
57 57
58# crypto/ 58# crypto/
59SRCS+= cpt_err.c 59SRCS+= crypto_err.c
60SRCS+= crypto_ex_data.c 60SRCS+= crypto_ex_data.c
61SRCS+= crypto_init.c 61SRCS+= crypto_init.c
62SRCS+= crypto_legacy.c 62SRCS+= crypto_legacy.c