summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/Makefile')
-rw-r--r--src/lib/libcrypto/Makefile8
1 files changed, 1 insertions, 7 deletions
diff --git a/src/lib/libcrypto/Makefile b/src/lib/libcrypto/Makefile
index d8e3f96b24..00afb18be4 100644
--- a/src/lib/libcrypto/Makefile
+++ b/src/lib/libcrypto/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.207 2024/08/31 10:30:16 tb Exp $ 1# $OpenBSD: Makefile,v 1.208 2024/08/31 10:38:49 tb Exp $
2 2
3LIB= crypto 3LIB= crypto
4LIBREBUILD=y 4LIBREBUILD=y
@@ -367,7 +367,6 @@ SRCS+= m_sha1.c
367SRCS+= m_sha3.c 367SRCS+= m_sha3.c
368SRCS+= m_sigver.c 368SRCS+= m_sigver.c
369SRCS+= m_sm3.c 369SRCS+= m_sm3.c
370SRCS+= m_wp.c
371SRCS+= p_legacy.c 370SRCS+= p_legacy.c
372SRCS+= p_lib.c 371SRCS+= p_lib.c
373SRCS+= p_sign.c 372SRCS+= p_sign.c
@@ -544,9 +543,6 @@ SRCS+= ui_lib.c
544SRCS+= ui_null.c 543SRCS+= ui_null.c
545SRCS+= ui_openssl.c 544SRCS+= ui_openssl.c
546 545
547# whrlpool/
548SRCS+= whirlpool.c
549
550# x509/ 546# x509/
551SRCS+= by_dir.c 547SRCS+= by_dir.c
552SRCS+= by_file.c 548SRCS+= by_file.c
@@ -661,7 +657,6 @@ SRCS+= x_all.c
661 ${LCRYPTO_SRC}/ts \ 657 ${LCRYPTO_SRC}/ts \
662 ${LCRYPTO_SRC}/txt_db \ 658 ${LCRYPTO_SRC}/txt_db \
663 ${LCRYPTO_SRC}/ui \ 659 ${LCRYPTO_SRC}/ui \
664 ${LCRYPTO_SRC}/whrlpool \
665 ${LCRYPTO_SRC}/x509 660 ${LCRYPTO_SRC}/x509
666 661
667HDRS=\ 662HDRS=\
@@ -722,7 +717,6 @@ HDRS=\
722 ${LCRYPTO_SRC}/ts/ts.h \ 717 ${LCRYPTO_SRC}/ts/ts.h \
723 ${LCRYPTO_SRC}/txt_db/txt_db.h \ 718 ${LCRYPTO_SRC}/txt_db/txt_db.h \
724 ${LCRYPTO_SRC}/ui/ui.h \ 719 ${LCRYPTO_SRC}/ui/ui.h \
725 ${LCRYPTO_SRC}/whrlpool/whrlpool.h \
726 ${LCRYPTO_SRC}/x509/x509.h \ 720 ${LCRYPTO_SRC}/x509/x509.h \
727 ${LCRYPTO_SRC}/x509/x509_vfy.h \ 721 ${LCRYPTO_SRC}/x509/x509_vfy.h \
728 ${LCRYPTO_SRC}/x509/x509v3.h 722 ${LCRYPTO_SRC}/x509/x509v3.h