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 06bb1ec6bd..8c3d05bd48 100644 --- a/src/lib/libcrypto/Makefile +++ b/src/lib/libcrypto/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.174 2024/03/02 13:39:28 tb Exp $ | 1 | # $OpenBSD: Makefile,v 1.175 2024/03/19 19:27:33 tb Exp $ |
2 | 2 | ||
3 | LIB= crypto | 3 | LIB= crypto |
4 | LIBREBUILD=y | 4 | LIBREBUILD=y |
@@ -69,7 +69,6 @@ SRCS+= malloc-wrapper.c | |||
69 | SRCS+= mem_clr.c | 69 | SRCS+= mem_clr.c |
70 | SRCS+= mem_dbg.c | 70 | SRCS+= mem_dbg.c |
71 | SRCS+= o_fips.c | 71 | SRCS+= o_fips.c |
72 | SRCS+= o_init.c | ||
73 | SRCS+= o_str.c | 72 | SRCS+= o_str.c |
74 | 73 | ||
75 | # aes/ | 74 | # aes/ |