From 646ebf1438fc66591f5d7b009fb80de96daa7d8f Mon Sep 17 00:00:00 2001 From: jsing <> Date: Fri, 29 Mar 2024 06:03:21 +0000 Subject: Move aes_core.c to the primary Makefile. This is now built on all platforms. --- src/lib/libcrypto/arch/powerpc64/Makefile.inc | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/lib/libcrypto/arch/powerpc64') diff --git a/src/lib/libcrypto/arch/powerpc64/Makefile.inc b/src/lib/libcrypto/arch/powerpc64/Makefile.inc index 1e71fd4ba0..d1eea07681 100644 --- a/src/lib/libcrypto/arch/powerpc64/Makefile.inc +++ b/src/lib/libcrypto/arch/powerpc64/Makefile.inc @@ -1,9 +1,7 @@ -# $OpenBSD: Makefile.inc,v 1.12 2024/03/29 02:33:45 jsing Exp $ +# $OpenBSD: Makefile.inc,v 1.13 2024/03/29 06:03:21 jsing Exp $ # powerpc-specific libcrypto build rules -# aes -SRCS+= aes_core.c # slower than C code #CFLAGS+= -DAES_ASM #SSLASM+= aes aes-ppc aes-ppc -- cgit v1.2.3-55-g6feb