summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/Makefile
diff options
context:
space:
mode:
authorjsing <>2024-03-28 00:57:26 +0000
committerjsing <>2024-03-28 00:57:26 +0000
commit002827124a8e678ed75003442278b33a2674a961 (patch)
treed7d9734ebe23dce6651c832547a9d10abf660a4f /src/lib/libcrypto/Makefile
parent42316c1dc80a6f1db19190710c01551d8e11cab7 (diff)
downloadopenbsd-002827124a8e678ed75003442278b33a2674a961.tar.gz
openbsd-002827124a8e678ed75003442278b33a2674a961.tar.bz2
openbsd-002827124a8e678ed75003442278b33a2674a961.zip
Consolidate most of the AES modes into a single C file.
Discussed with tb@
Diffstat (limited to 'src/lib/libcrypto/Makefile')
-rw-r--r--src/lib/libcrypto/Makefile8
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
3LIB= crypto 3LIB= crypto
4LIBREBUILD=y 4LIBREBUILD=y
@@ -72,12 +72,8 @@ SRCS+= o_fips.c
72SRCS+= o_str.c 72SRCS+= o_str.c
73 73
74# aes/ 74# aes/
75SRCS+= aes_cfb.c 75SRCS+= aes.c
76SRCS+= aes_ctr.c
77SRCS+= aes_ecb.c
78SRCS+= aes_ige.c 76SRCS+= aes_ige.c
79SRCS+= aes_ofb.c
80SRCS+= aes_wrap.c
81 77
82# asn1/ 78# asn1/
83SRCS+= a_bitstr.c 79SRCS+= a_bitstr.c