From 720ec2c3adcad1ded38a6104e4ca139b4a62ac19 Mon Sep 17 00:00:00 2001 From: jsing <> Date: Fri, 29 Mar 2024 07:24:09 +0000 Subject: Move camellia to primary Makefile. These files are now built on all platforms. --- src/lib/libcrypto/arch/hppa/Makefile.inc | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/lib/libcrypto/arch/hppa') diff --git a/src/lib/libcrypto/arch/hppa/Makefile.inc b/src/lib/libcrypto/arch/hppa/Makefile.inc index 62887c7c86..5938320aa4 100644 --- a/src/lib/libcrypto/arch/hppa/Makefile.inc +++ b/src/lib/libcrypto/arch/hppa/Makefile.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.22 2024/03/29 06:03:20 jsing Exp $ +# $OpenBSD: Makefile.inc,v 1.23 2024/03/29 07:24:09 jsing Exp $ # hppa-specific libcrypto build rules @@ -8,8 +8,6 @@ SSLASM+= aes aes-parisc aes-parisc # bn SSLASM+= bn parisc-mont parisc-mont CFLAGS+= -DOPENSSL_BN_ASM_MONT -DBN_DIV2W -# camellia -SRCS+= camellia.c cmll_cbc.c cmll_misc.c # modes CFLAGS+= -DGHASH_ASM SSLASM+= modes ghash-parisc ghash-parisc -- cgit v1.2.3-55-g6feb