diff options
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 |