diff options
author | Theo Buehler <tb@openbsd.org> | 2024-03-28 06:55:55 -0600 |
---|---|---|
committer | Theo Buehler <tb@openbsd.org> | 2024-03-28 06:55:55 -0600 |
commit | 0207f1e2261c85a3c33d13d9b444ad2bae20feb2 (patch) | |
tree | 2339108559fb3b70445bce048ff258375831b828 /crypto | |
parent | 95b74a0b10ccd36e6462778cbf246a25dcf196c4 (diff) | |
download | portable-0207f1e2261c85a3c33d13d9b444ad2bae20feb2.tar.gz portable-0207f1e2261c85a3c33d13d9b444ad2bae20feb2.tar.bz2 portable-0207f1e2261c85a3c33d13d9b444ad2bae20feb2.zip |
Remove md32_common.h, unconditionally link aes.c
Diffstat (limited to 'crypto')
-rw-r--r-- | crypto/CMakeLists.txt | 1 | ||||
-rw-r--r-- | crypto/Makefile.am | 2 | ||||
-rw-r--r-- | crypto/Makefile.am.elf-arm | 1 | ||||
-rw-r--r-- | crypto/Makefile.am.elf-mips | 1 | ||||
-rw-r--r-- | crypto/Makefile.am.elf-mips64 | 1 |
5 files changed, 0 insertions, 6 deletions
diff --git a/crypto/CMakeLists.txt b/crypto/CMakeLists.txt index 47ab733..9d29e45 100644 --- a/crypto/CMakeLists.txt +++ b/crypto/CMakeLists.txt | |||
@@ -223,7 +223,6 @@ if((NOT HOST_ASM_ELF_X86_64) AND | |||
223 | set( | 223 | set( |
224 | CRYPTO_SRC | 224 | CRYPTO_SRC |
225 | ${CRYPTO_SRC} | 225 | ${CRYPTO_SRC} |
226 | aes/aes_cbc.c | ||
227 | camellia/camellia.c | 226 | camellia/camellia.c |
228 | camellia/cmll_cbc.c | 227 | camellia/cmll_cbc.c |
229 | whrlpool/wp_block.c | 228 | whrlpool/wp_block.c |
diff --git a/crypto/Makefile.am b/crypto/Makefile.am index a71d918..398acf0 100644 --- a/crypto/Makefile.am +++ b/crypto/Makefile.am | |||
@@ -196,7 +196,6 @@ if !HOST_ASM_MACOSX_X86_64 | |||
196 | if !HOST_ASM_MASM_X86_64 | 196 | if !HOST_ASM_MASM_X86_64 |
197 | if !HOST_ASM_MINGW64_X86_64 | 197 | if !HOST_ASM_MINGW64_X86_64 |
198 | libcrypto_la_CPPFLAGS += -DOPENSSL_NO_ASM | 198 | libcrypto_la_CPPFLAGS += -DOPENSSL_NO_ASM |
199 | libcrypto_la_SOURCES += aes/aes_cbc.c | ||
200 | libcrypto_la_SOURCES += aes/aes_core.c | 199 | libcrypto_la_SOURCES += aes/aes_core.c |
201 | libcrypto_la_SOURCES += camellia/camellia.c | 200 | libcrypto_la_SOURCES += camellia/camellia.c |
202 | libcrypto_la_SOURCES += camellia/cmll_cbc.c | 201 | libcrypto_la_SOURCES += camellia/cmll_cbc.c |
@@ -229,7 +228,6 @@ noinst_HEADERS += constant_time.h | |||
229 | noinst_HEADERS += cryptlib.h | 228 | noinst_HEADERS += cryptlib.h |
230 | noinst_HEADERS += crypto_internal.h | 229 | noinst_HEADERS += crypto_internal.h |
231 | noinst_HEADERS += crypto_local.h | 230 | noinst_HEADERS += crypto_local.h |
232 | noinst_HEADERS += md32_common.h | ||
233 | noinst_HEADERS += x86_arch.h | 231 | noinst_HEADERS += x86_arch.h |
234 | 232 | ||
235 | # aes | 233 | # aes |
diff --git a/crypto/Makefile.am.elf-arm b/crypto/Makefile.am.elf-arm index e24f87b..3ff4bc9 100644 --- a/crypto/Makefile.am.elf-arm +++ b/crypto/Makefile.am.elf-arm | |||
@@ -7,7 +7,6 @@ ASM_ARM_ELF += modes/ghash-elf-armv4.S | |||
7 | ASM_ARM_ELF += armv4cpuid.S | 7 | ASM_ARM_ELF += armv4cpuid.S |
8 | ASM_ARM_ELF += armcap.c | 8 | ASM_ARM_ELF += armcap.c |
9 | 9 | ||
10 | ASM_ARM_ELF += aes/aes_cbc.c | ||
11 | ASM_ARM_ELF += camellia/camellia.c | 10 | ASM_ARM_ELF += camellia/camellia.c |
12 | ASM_ARM_ELF += camellia/cmll_cbc.c | 11 | ASM_ARM_ELF += camellia/cmll_cbc.c |
13 | ASM_ARM_ELF += whrlpool/wp_block.c | 12 | ASM_ARM_ELF += whrlpool/wp_block.c |
diff --git a/crypto/Makefile.am.elf-mips b/crypto/Makefile.am.elf-mips index 34fda49..d10e59e 100644 --- a/crypto/Makefile.am.elf-mips +++ b/crypto/Makefile.am.elf-mips | |||
@@ -5,7 +5,6 @@ ASM_MIPS_ELF += sha/sha1-mips.S | |||
5 | ASM_MIPS_ELF += sha/sha512-mips.S | 5 | ASM_MIPS_ELF += sha/sha512-mips.S |
6 | ASM_MIPS_ELF += sha/sha256-mips.S | 6 | ASM_MIPS_ELF += sha/sha256-mips.S |
7 | 7 | ||
8 | ASM_MIPS_ELF += aes/aes_cbc.c | ||
9 | ASM_MIPS_ELF += camellia/camellia.c | 8 | ASM_MIPS_ELF += camellia/camellia.c |
10 | ASM_MIPS_ELF += camellia/cmll_cbc.c | 9 | ASM_MIPS_ELF += camellia/cmll_cbc.c |
11 | ASM_MIPS_ELF += whrlpool/wp_block.c | 10 | ASM_MIPS_ELF += whrlpool/wp_block.c |
diff --git a/crypto/Makefile.am.elf-mips64 b/crypto/Makefile.am.elf-mips64 index abf2026..1c03584 100644 --- a/crypto/Makefile.am.elf-mips64 +++ b/crypto/Makefile.am.elf-mips64 | |||
@@ -5,7 +5,6 @@ ASM_MIPS64_ELF += sha/sha1-mips.S | |||
5 | ASM_MIPS64_ELF += sha/sha512-mips.S | 5 | ASM_MIPS64_ELF += sha/sha512-mips.S |
6 | ASM_MIPS64_ELF += sha/sha256-mips.S | 6 | ASM_MIPS64_ELF += sha/sha256-mips.S |
7 | 7 | ||
8 | ASM_MIPS64_ELF += aes/aes_cbc.c | ||
9 | ASM_MIPS64_ELF += camellia/camellia.c | 8 | ASM_MIPS64_ELF += camellia/camellia.c |
10 | ASM_MIPS64_ELF += camellia/cmll_cbc.c | 9 | ASM_MIPS64_ELF += camellia/cmll_cbc.c |
11 | ASM_MIPS64_ELF += whrlpool/wp_block.c | 10 | ASM_MIPS64_ELF += whrlpool/wp_block.c |