diff options
| author | jsing <> | 2024-03-28 00:57:26 +0000 |
|---|---|---|
| committer | jsing <> | 2024-03-28 00:57:26 +0000 |
| commit | 8d3553605aee1f90e26f3697bd4c5f38bfcad02d (patch) | |
| tree | d7d9734ebe23dce6651c832547a9d10abf660a4f /src/lib/libcrypto/Makefile | |
| parent | 2a02cd5e6f24d9c0c7c6d6618772713d666e2d7c (diff) | |
| download | openbsd-8d3553605aee1f90e26f3697bd4c5f38bfcad02d.tar.gz openbsd-8d3553605aee1f90e26f3697bd4c5f38bfcad02d.tar.bz2 openbsd-8d3553605aee1f90e26f3697bd4c5f38bfcad02d.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/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 |
