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/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/lib/libcrypto/Makefile') diff --git a/src/lib/libcrypto/Makefile b/src/lib/libcrypto/Makefile index 49322bc5bb..5220a5bdd0 100644 --- a/src/lib/libcrypto/Makefile +++ b/src/lib/libcrypto/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.188 2024/03/29 05:23:50 jsing Exp $ +# $OpenBSD: Makefile,v 1.189 2024/03/29 06:03:20 jsing Exp $ LIB= crypto LIBREBUILD=y @@ -73,6 +73,7 @@ SRCS+= o_str.c # aes/ SRCS+= aes.c +SRCS+= aes_core.c SRCS+= aes_ige.c # asn1/ @@ -784,7 +785,6 @@ obj_dat.h: obj_mac.h ${SSL_OBJECTS}/obj_dat.pl .include "${.CURDIR}/arch/${MACHINE_CPU}/Makefile.inc" .else CFLAGS+=-DOPENSSL_NO_ASM -SRCS+= aes_core.c SRCS+= camellia.c SRCS+= cmll_cbc.c SRCS+= cmll_misc.c -- cgit v1.2.3-55-g6feb