summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/Makefile
diff options
context:
space:
mode:
authorjsing <>2024-03-29 02:33:45 +0000
committerjsing <>2024-03-29 02:33:45 +0000
commit6c0c658b98c6d5fb44e00a2922c86d02d7df112f (patch)
treed539647efda78971401fafa3dc13a3de9ad82bc6 /src/lib/libcrypto/Makefile
parent4a28958320e4f1c63d167064dd434c97bd95232b (diff)
downloadopenbsd-6c0c658b98c6d5fb44e00a2922c86d02d7df112f.tar.gz
openbsd-6c0c658b98c6d5fb44e00a2922c86d02d7df112f.tar.bz2
openbsd-6c0c658b98c6d5fb44e00a2922c86d02d7df112f.zip
Move wp_block.c to the primary Makefile.
This is now built on all platforms.
Diffstat (limited to 'src/lib/libcrypto/Makefile')
-rw-r--r--src/lib/libcrypto/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/Makefile b/src/lib/libcrypto/Makefile
index 918454e7a4..d3533412fd 100644
--- a/src/lib/libcrypto/Makefile
+++ b/src/lib/libcrypto/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.185 2024/03/28 12:52:58 jsing Exp $ 1# $OpenBSD: Makefile,v 1.186 2024/03/29 02:33:44 jsing Exp $
2 2
3LIB= crypto 3LIB= crypto
4LIBREBUILD=y 4LIBREBUILD=y
@@ -557,6 +557,7 @@ SRCS+= ui_openssl.c
557SRCS+= ui_util.c 557SRCS+= ui_util.c
558 558
559# whrlpool/ 559# whrlpool/
560SRCS+= wp_block.c
560SRCS+= wp_dgst.c 561SRCS+= wp_dgst.c
561 562
562# x509/ 563# x509/
@@ -792,7 +793,6 @@ SRCS+= aes_core.c
792SRCS+= camellia.c 793SRCS+= camellia.c
793SRCS+= cmll_cbc.c 794SRCS+= cmll_cbc.c
794SRCS+= cmll_misc.c 795SRCS+= cmll_misc.c
795SRCS+= wp_block.c
796.endif 796.endif
797 797
798BUILDFIRST = ${GENERATED} 798BUILDFIRST = ${GENERATED}