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/arch/mips64/Makefile.inc | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/lib/libcrypto/arch/mips64') diff --git a/src/lib/libcrypto/arch/mips64/Makefile.inc b/src/lib/libcrypto/arch/mips64/Makefile.inc index d40bbdf00e..4fde831c9a 100644 --- a/src/lib/libcrypto/arch/mips64/Makefile.inc +++ b/src/lib/libcrypto/arch/mips64/Makefile.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.12 2024/03/28 12:52:58 jsing Exp $ +# $OpenBSD: Makefile.inc,v 1.13 2024/03/29 02:33:44 jsing Exp $ # mips64-specific libcrypto build rules @@ -18,8 +18,6 @@ SSLASM+= sha sha512-mips sha256-mips CFLAGS+= -DSHA256_ASM SSLASM+= sha sha512-mips sha512-mips CFLAGS+= -DSHA512_ASM -# whrlpool -SRCS+= wp_block.c .for dir src dst in ${SSLASM} SRCS+= ${dst}.S -- cgit v1.2.3-55-g6feb