diff options
Diffstat (limited to 'src/lib/libcrypto/Makefile')
-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 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 | ||
3 | LIB= crypto | 3 | LIB= crypto |
4 | LIBREBUILD=y | 4 | LIBREBUILD=y |
@@ -61,10 +61,10 @@ SYMBOL_LIST+= ${.CURDIR}/arch/${MACHINE_CPU}/Symbols.list | |||
61 | # crypto/ | 61 | # crypto/ |
62 | SRCS+= cpt_err.c | 62 | SRCS+= cpt_err.c |
63 | SRCS+= cryptlib.c | 63 | SRCS+= cryptlib.c |
64 | SRCS+= crypto_ex_data.c | ||
64 | SRCS+= crypto_init.c | 65 | SRCS+= crypto_init.c |
65 | SRCS+= crypto_lock.c | 66 | SRCS+= crypto_lock.c |
66 | SRCS+= cversion.c | 67 | SRCS+= cversion.c |
67 | SRCS+= ex_data.c | ||
68 | SRCS+= malloc-wrapper.c | 68 | SRCS+= malloc-wrapper.c |
69 | SRCS+= mem_clr.c | 69 | SRCS+= mem_clr.c |
70 | SRCS+= mem_dbg.c | 70 | SRCS+= mem_dbg.c |