diff options
| author | Theo Buehler <tb@openbsd.org> | 2024-03-27 18:57:01 -0600 |
|---|---|---|
| committer | Theo Buehler <tb@openbsd.org> | 2024-03-27 18:57:01 -0600 |
| commit | c4afef67c4f82bebc5d06276baea0d87c272f1b1 (patch) | |
| tree | 84d445ee9704d191ca04d30e3818ed0050a270ae | |
| parent | addc4a1e9bca4aeafa1be00515c556fe53590fb1 (diff) | |
| download | portable-c4afef67c4f82bebc5d06276baea0d87c272f1b1.tar.gz portable-c4afef67c4f82bebc5d06276baea0d87c272f1b1.tar.bz2 portable-c4afef67c4f82bebc5d06276baea0d87c272f1b1.zip | |
Cope with aes consolidation
| -rw-r--r-- | crypto/CMakeLists.txt | 6 | ||||
| -rw-r--r-- | crypto/Makefile.am | 6 |
2 files changed, 2 insertions, 10 deletions
diff --git a/crypto/CMakeLists.txt b/crypto/CMakeLists.txt index 06e25e6..f7d0bfe 100644 --- a/crypto/CMakeLists.txt +++ b/crypto/CMakeLists.txt | |||
| @@ -244,12 +244,8 @@ set( | |||
| 244 | mem_dbg.c | 244 | mem_dbg.c |
| 245 | o_fips.c | 245 | o_fips.c |
| 246 | o_str.c | 246 | o_str.c |
| 247 | aes/aes_cfb.c | 247 | aes/aes.c |
| 248 | aes/aes_ctr.c | ||
| 249 | aes/aes_ecb.c | ||
| 250 | aes/aes_ige.c | 248 | aes/aes_ige.c |
| 251 | aes/aes_ofb.c | ||
| 252 | aes/aes_wrap.c | ||
| 253 | asn1/a_bitstr.c | 249 | asn1/a_bitstr.c |
| 254 | asn1/a_enum.c | 250 | asn1/a_enum.c |
| 255 | asn1/a_int.c | 251 | asn1/a_int.c |
diff --git a/crypto/Makefile.am b/crypto/Makefile.am index 97c5ebd..c14c34d 100644 --- a/crypto/Makefile.am +++ b/crypto/Makefile.am | |||
| @@ -234,12 +234,8 @@ noinst_HEADERS += md32_common.h | |||
| 234 | noinst_HEADERS += x86_arch.h | 234 | noinst_HEADERS += x86_arch.h |
| 235 | 235 | ||
| 236 | # aes | 236 | # aes |
| 237 | libcrypto_la_SOURCES += aes/aes_cfb.c | 237 | libcrypto_la_SOURCES += aes/aes.c |
| 238 | libcrypto_la_SOURCES += aes/aes_ctr.c | ||
| 239 | libcrypto_la_SOURCES += aes/aes_ecb.c | ||
| 240 | libcrypto_la_SOURCES += aes/aes_ige.c | 238 | libcrypto_la_SOURCES += aes/aes_ige.c |
| 241 | libcrypto_la_SOURCES += aes/aes_ofb.c | ||
| 242 | libcrypto_la_SOURCES += aes/aes_wrap.c | ||
| 243 | noinst_HEADERS += aes/aes_local.h | 239 | noinst_HEADERS += aes/aes_local.h |
| 244 | 240 | ||
| 245 | # asn1 | 241 | # asn1 |
