diff options
Diffstat (limited to 'src/lib/libcrypto/Makefile')
-rw-r--r-- | src/lib/libcrypto/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/libcrypto/Makefile b/src/lib/libcrypto/Makefile index 8630687370..ccc5e0b5c6 100644 --- a/src/lib/libcrypto/Makefile +++ b/src/lib/libcrypto/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.219 2024/11/05 10:59:42 tb Exp $ | 1 | # $OpenBSD: Makefile,v 1.220 2024/11/05 11:02:58 tb Exp $ |
2 | 2 | ||
3 | LIB= crypto | 3 | LIB= crypto |
4 | LIBREBUILD=y | 4 | LIBREBUILD=y |
@@ -61,7 +61,6 @@ SRCS+= crypto_ex_data.c | |||
61 | SRCS+= crypto_init.c | 61 | SRCS+= crypto_init.c |
62 | SRCS+= crypto_legacy.c | 62 | SRCS+= crypto_legacy.c |
63 | SRCS+= crypto_lock.c | 63 | SRCS+= crypto_lock.c |
64 | SRCS+= cversion.c | ||
65 | SRCS+= malloc-wrapper.c | 64 | SRCS+= malloc-wrapper.c |
66 | SRCS+= mem_clr.c | 65 | SRCS+= mem_clr.c |
67 | SRCS+= mem_dbg.c | 66 | SRCS+= mem_dbg.c |