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 d9b3e180f0..a1ea4b5343 100644 --- a/src/lib/libcrypto/Makefile +++ b/src/lib/libcrypto/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.160 2023/12/29 05:57:24 tb Exp $ | 1 | # $OpenBSD: Makefile,v 1.161 2023/12/29 06:17:58 tb Exp $ |
2 | 2 | ||
3 | LIB= crypto | 3 | LIB= crypto |
4 | LIBREBUILD=y | 4 | LIBREBUILD=y |
@@ -373,7 +373,6 @@ SRCS+= evp_digest.c | |||
373 | SRCS+= evp_encode.c | 373 | SRCS+= evp_encode.c |
374 | SRCS+= evp_err.c | 374 | SRCS+= evp_err.c |
375 | SRCS+= evp_key.c | 375 | SRCS+= evp_key.c |
376 | SRCS+= evp_lib.c | ||
377 | SRCS+= evp_pbe.c | 376 | SRCS+= evp_pbe.c |
378 | SRCS+= evp_pkey.c | 377 | SRCS+= evp_pkey.c |
379 | SRCS+= m_gost2814789.c | 378 | SRCS+= m_gost2814789.c |