diff options
Diffstat (limited to 'crypto/Makefile.am')
-rw-r--r-- | crypto/Makefile.am | 2 |
1 files changed, 0 insertions, 2 deletions
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 |