From 72b8661f69cc640e09d7b8b8f76d856e97c2da27 Mon Sep 17 00:00:00 2001 From: jsing <> Date: Wed, 27 Mar 2024 11:12:09 +0000 Subject: Move bf_enc.c to the primary Makefile. Now that all architectures are using bf_enc.c, it does not make sense to have it in every Makefile.inc file. --- 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 fe19069ee0..8816f0d29c 100644 --- a/src/lib/libcrypto/arch/powerpc64/Makefile.inc +++ b/src/lib/libcrypto/arch/powerpc64/Makefile.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.6 2023/01/31 06:17:10 jsing Exp $ +# $OpenBSD: Makefile.inc,v 1.7 2024/03/27 11:12:08 jsing Exp $ # powerpc-specific libcrypto build rules @@ -7,8 +7,6 @@ SRCS+= aes_core.c aes_cbc.c # slower than C code #CFLAGS+= -DAES_ASM #SSLASM+= aes aes-ppc aes-ppc -# bf -SRCS+= bf_enc.c # bn #SSLASM+= bn ppc bn-ppc #SSLASM+= bn ppc-mont ppc-mont # bn_mul_mont_int -- cgit v1.2.3-55-g6feb