diff options
Diffstat (limited to 'src/lib/libcrypto/Makefile')
-rw-r--r-- | src/lib/libcrypto/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/src/lib/libcrypto/Makefile b/src/lib/libcrypto/Makefile index 86d8cbcad6..63600aa923 100644 --- a/src/lib/libcrypto/Makefile +++ b/src/lib/libcrypto/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.179 2024/03/27 12:56:25 jsing Exp $ | 1 | # $OpenBSD: Makefile,v 1.180 2024/03/28 00:57:26 jsing Exp $ |
2 | 2 | ||
3 | LIB= crypto | 3 | LIB= crypto |
4 | LIBREBUILD=y | 4 | LIBREBUILD=y |
@@ -72,12 +72,8 @@ SRCS+= o_fips.c | |||
72 | SRCS+= o_str.c | 72 | SRCS+= o_str.c |
73 | 73 | ||
74 | # aes/ | 74 | # aes/ |
75 | SRCS+= aes_cfb.c | 75 | SRCS+= aes.c |
76 | SRCS+= aes_ctr.c | ||
77 | SRCS+= aes_ecb.c | ||
78 | SRCS+= aes_ige.c | 76 | SRCS+= aes_ige.c |
79 | SRCS+= aes_ofb.c | ||
80 | SRCS+= aes_wrap.c | ||
81 | 77 | ||
82 | # asn1/ | 78 | # asn1/ |
83 | SRCS+= a_bitstr.c | 79 | SRCS+= a_bitstr.c |