diff options
Diffstat (limited to 'crypto/Makefile.am')
-rw-r--r-- | crypto/Makefile.am | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/crypto/Makefile.am b/crypto/Makefile.am index b4e8bd8..2f61f7d 100644 --- a/crypto/Makefile.am +++ b/crypto/Makefile.am | |||
@@ -209,20 +209,16 @@ if HOST_I386 | |||
209 | libcrypto_la_SOURCES += arch/i386/crypto_cpu_caps.c | 209 | libcrypto_la_SOURCES += arch/i386/crypto_cpu_caps.c |
210 | endif | 210 | endif |
211 | 211 | ||
212 | libcrypto_la_SOURCES += cpt_err.c | 212 | libcrypto_la_SOURCES += crypto_err.c |
213 | libcrypto_la_SOURCES += cryptlib.c | ||
214 | libcrypto_la_SOURCES += crypto_ex_data.c | 213 | libcrypto_la_SOURCES += crypto_ex_data.c |
215 | libcrypto_la_SOURCES += crypto_init.c | 214 | libcrypto_la_SOURCES += crypto_init.c |
215 | libcrypto_la_SOURCES += crypto_legacy.c | ||
216 | if !HOST_WIN | 216 | if !HOST_WIN |
217 | libcrypto_la_SOURCES += crypto_lock.c | 217 | 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 += cversion.c | ||
222 | libcrypto_la_SOURCES += malloc-wrapper.c | 221 | libcrypto_la_SOURCES += malloc-wrapper.c |
223 | libcrypto_la_SOURCES += mem_clr.c | ||
224 | libcrypto_la_SOURCES += mem_dbg.c | ||
225 | libcrypto_la_SOURCES += o_fips.c | ||
226 | noinst_HEADERS += arm_arch.h | 222 | noinst_HEADERS += arm_arch.h |
227 | noinst_HEADERS += constant_time.h | 223 | noinst_HEADERS += constant_time.h |
228 | noinst_HEADERS += crypto_internal.h | 224 | noinst_HEADERS += crypto_internal.h |