From 56504c1b338a0cf1e2340ecd05ecce2ff1b68680 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/arch/alpha/Makefile.inc | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/lib/libcrypto/arch/alpha') diff --git a/src/lib/libcrypto/arch/alpha/Makefile.inc b/src/lib/libcrypto/arch/alpha/Makefile.inc index ac8314563c..9c5923589b 100644 --- a/src/lib/libcrypto/arch/alpha/Makefile.inc +++ b/src/lib/libcrypto/arch/alpha/Makefile.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.11 2024/03/28 12:52:58 jsing Exp $ +# $OpenBSD: Makefile.inc,v 1.12 2024/03/29 02:33:44 jsing Exp $ # alpha-specific libcrypto build rules @@ -15,8 +15,6 @@ SSLASM+= modes ghash-alpha # sha CFLAGS+= -DSHA1_ASM SSLASM+= sha sha1-alpha -# whrlpool -SRCS+= wp_block.c .for dir f in ${SSLASM} SRCS+= ${f}.S -- cgit v1.2.3-55-g6feb