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 a8de346633..51c31e3d9e 100644 --- a/src/lib/libcrypto/Makefile +++ b/src/lib/libcrypto/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.221 2024/11/05 11:05:01 tb Exp $ | 1 | # $OpenBSD: Makefile,v 1.222 2024/11/05 11:11:29 tb Exp $ |
2 | 2 | ||
3 | LIB= crypto | 3 | LIB= crypto |
4 | LIBREBUILD=y | 4 | LIBREBUILD=y |
@@ -62,7 +62,6 @@ 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+= malloc-wrapper.c | 64 | SRCS+= malloc-wrapper.c |
65 | SRCS+= mem_dbg.c | ||
66 | SRCS+= o_fips.c | 65 | SRCS+= o_fips.c |
67 | 66 | ||
68 | # aes/ | 67 | # aes/ |