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