diff options
Diffstat (limited to '')
-rw-r--r-- | src/lib/libcrypto/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/lib/libcrypto/Makefile b/src/lib/libcrypto/Makefile index d97358900d..d584019e14 100644 --- a/src/lib/libcrypto/Makefile +++ b/src/lib/libcrypto/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.157 2023/12/20 06:28:04 tb Exp $ | 1 | # $OpenBSD: Makefile,v 1.158 2023/12/20 13:46:05 tb Exp $ |
2 | 2 | ||
3 | LIB= crypto | 3 | LIB= crypto |
4 | LIBREBUILD=y | 4 | LIBREBUILD=y |
@@ -392,8 +392,7 @@ SRCS+= m_wp.c | |||
392 | SRCS+= names.c | 392 | SRCS+= names.c |
393 | SRCS+= p5_crpt.c | 393 | SRCS+= p5_crpt.c |
394 | SRCS+= p5_crpt2.c | 394 | SRCS+= p5_crpt2.c |
395 | SRCS+= p_dec.c | 395 | SRCS+= p_legacy.c |
396 | SRCS+= p_enc.c | ||
397 | SRCS+= p_lib.c | 396 | SRCS+= p_lib.c |
398 | SRCS+= p_open.c | 397 | SRCS+= p_open.c |
399 | SRCS+= p_seal.c | 398 | SRCS+= p_seal.c |