diff options
Diffstat (limited to '')
-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 5ef55c6b6c..06bb1ec6bd 100644 --- a/src/lib/libcrypto/Makefile +++ b/src/lib/libcrypto/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.173 2024/03/02 11:17:27 tb Exp $ | 1 | # $OpenBSD: Makefile,v 1.174 2024/03/02 13:39:28 tb Exp $ |
2 | 2 | ||
3 | LIB= crypto | 3 | LIB= crypto |
4 | LIBREBUILD=y | 4 | LIBREBUILD=y |
@@ -381,7 +381,6 @@ SRCS+= m_sha1.c | |||
381 | SRCS+= m_sha3.c | 381 | SRCS+= m_sha3.c |
382 | SRCS+= m_sigver.c | 382 | SRCS+= m_sigver.c |
383 | SRCS+= m_sm3.c | 383 | SRCS+= m_sm3.c |
384 | SRCS+= m_streebog.c | ||
385 | SRCS+= m_wp.c | 384 | SRCS+= m_wp.c |
386 | SRCS+= p_legacy.c | 385 | SRCS+= p_legacy.c |
387 | SRCS+= p_lib.c | 386 | SRCS+= p_lib.c |