diff options
-rw-r--r-- | crypto/CMakeLists.txt | 2 | ||||
-rw-r--r-- | crypto/Makefile.am | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/crypto/CMakeLists.txt b/crypto/CMakeLists.txt index 5168e79..a2b06d3 100644 --- a/crypto/CMakeLists.txt +++ b/crypto/CMakeLists.txt | |||
@@ -193,7 +193,7 @@ set( | |||
193 | crypto_ex_data.c | 193 | crypto_ex_data.c |
194 | crypto_init.c | 194 | crypto_init.c |
195 | crypto_legacy.c | 195 | crypto_legacy.c |
196 | malloc-wrapper.c | 196 | crypto_memory.c |
197 | aes/aes.c | 197 | aes/aes.c |
198 | aes/aes_core.c | 198 | aes/aes_core.c |
199 | aes/aes_ige.c | 199 | aes/aes_ige.c |
diff --git a/crypto/Makefile.am b/crypto/Makefile.am index 2f61f7d..f601ec9 100644 --- a/crypto/Makefile.am +++ b/crypto/Makefile.am | |||
@@ -218,7 +218,7 @@ libcrypto_la_SOURCES += crypto_lock.c | |||
218 | else | 218 | else |
219 | libcrypto_la_SOURCES += compat/crypto_lock_win.c | 219 | libcrypto_la_SOURCES += compat/crypto_lock_win.c |
220 | endif | 220 | endif |
221 | libcrypto_la_SOURCES += malloc-wrapper.c | 221 | libcrypto_la_SOURCES += crypto_memory.c |
222 | noinst_HEADERS += arm_arch.h | 222 | noinst_HEADERS += arm_arch.h |
223 | noinst_HEADERS += constant_time.h | 223 | noinst_HEADERS += constant_time.h |
224 | noinst_HEADERS += crypto_internal.h | 224 | noinst_HEADERS += crypto_internal.h |