summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/Makefile
diff options
context:
space:
mode:
authorjsing <>2024-03-29 06:03:21 +0000
committerjsing <>2024-03-29 06:03:21 +0000
commit646ebf1438fc66591f5d7b009fb80de96daa7d8f (patch)
tree7f687d51b26fd0487915c66e3ad4fa517de6c274 /src/lib/libcrypto/Makefile
parentffeb7ed7b7345b20db288359536886ab9de867e3 (diff)
downloadopenbsd-646ebf1438fc66591f5d7b009fb80de96daa7d8f.tar.gz
openbsd-646ebf1438fc66591f5d7b009fb80de96daa7d8f.tar.bz2
openbsd-646ebf1438fc66591f5d7b009fb80de96daa7d8f.zip
Move aes_core.c to the primary Makefile.
This is now built on all platforms.
Diffstat (limited to 'src/lib/libcrypto/Makefile')
-rw-r--r--src/lib/libcrypto/Makefile4
1 files changed, 2 insertions, 2 deletions
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 @@
1# $OpenBSD: Makefile,v 1.188 2024/03/29 05:23:50 jsing Exp $ 1# $OpenBSD: Makefile,v 1.189 2024/03/29 06:03:20 jsing Exp $
2 2
3LIB= crypto 3LIB= crypto
4LIBREBUILD=y 4LIBREBUILD=y
@@ -73,6 +73,7 @@ SRCS+= o_str.c
73 73
74# aes/ 74# aes/
75SRCS+= aes.c 75SRCS+= aes.c
76SRCS+= aes_core.c
76SRCS+= aes_ige.c 77SRCS+= aes_ige.c
77 78
78# asn1/ 79# asn1/
@@ -784,7 +785,6 @@ obj_dat.h: obj_mac.h ${SSL_OBJECTS}/obj_dat.pl
784.include "${.CURDIR}/arch/${MACHINE_CPU}/Makefile.inc" 785.include "${.CURDIR}/arch/${MACHINE_CPU}/Makefile.inc"
785.else 786.else
786CFLAGS+=-DOPENSSL_NO_ASM 787CFLAGS+=-DOPENSSL_NO_ASM
787SRCS+= aes_core.c
788SRCS+= camellia.c 788SRCS+= camellia.c
789SRCS+= cmll_cbc.c 789SRCS+= cmll_cbc.c
790SRCS+= cmll_misc.c 790SRCS+= cmll_misc.c