From 6c0c658b98c6d5fb44e00a2922c86d02d7df112f Mon Sep 17 00:00:00 2001 From: jsing <> Date: Fri, 29 Mar 2024 02:33:45 +0000 Subject: Move wp_block.c to the primary Makefile. This is now built on all platforms. --- src/lib/libcrypto/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/lib/libcrypto/Makefile') 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 @@ -# $OpenBSD: Makefile,v 1.185 2024/03/28 12:52:58 jsing Exp $ +# $OpenBSD: Makefile,v 1.186 2024/03/29 02:33:44 jsing Exp $ LIB= crypto LIBREBUILD=y @@ -557,6 +557,7 @@ SRCS+= ui_openssl.c SRCS+= ui_util.c # whrlpool/ +SRCS+= wp_block.c SRCS+= wp_dgst.c # x509/ @@ -792,7 +793,6 @@ SRCS+= aes_core.c SRCS+= camellia.c SRCS+= cmll_cbc.c SRCS+= cmll_misc.c -SRCS+= wp_block.c .endif BUILDFIRST = ${GENERATED} -- cgit v1.2.3-55-g6feb