diff options
| author | jsing <> | 2024-03-29 06:03:21 +0000 |
|---|---|---|
| committer | jsing <> | 2024-03-29 06:03:21 +0000 |
| commit | 646ebf1438fc66591f5d7b009fb80de96daa7d8f (patch) | |
| tree | 7f687d51b26fd0487915c66e3ad4fa517de6c274 /src/lib/libcrypto/Makefile | |
| parent | ffeb7ed7b7345b20db288359536886ab9de867e3 (diff) | |
| download | openbsd-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/Makefile | 4 |
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 | ||
| 3 | LIB= crypto | 3 | LIB= crypto |
| 4 | LIBREBUILD=y | 4 | LIBREBUILD=y |
| @@ -73,6 +73,7 @@ SRCS+= o_str.c | |||
| 73 | 73 | ||
| 74 | # aes/ | 74 | # aes/ |
| 75 | SRCS+= aes.c | 75 | SRCS+= aes.c |
| 76 | SRCS+= aes_core.c | ||
| 76 | SRCS+= aes_ige.c | 77 | SRCS+= 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 |
| 786 | CFLAGS+=-DOPENSSL_NO_ASM | 787 | CFLAGS+=-DOPENSSL_NO_ASM |
| 787 | SRCS+= aes_core.c | ||
| 788 | SRCS+= camellia.c | 788 | SRCS+= camellia.c |
| 789 | SRCS+= cmll_cbc.c | 789 | SRCS+= cmll_cbc.c |
| 790 | SRCS+= cmll_misc.c | 790 | SRCS+= cmll_misc.c |
