diff options
Diffstat (limited to 'crypto/Makefile.am')
-rw-r--r-- | crypto/Makefile.am | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/crypto/Makefile.am b/crypto/Makefile.am index 97c5ebd..c14c34d 100644 --- a/crypto/Makefile.am +++ b/crypto/Makefile.am | |||
@@ -234,12 +234,8 @@ noinst_HEADERS += md32_common.h | |||
234 | noinst_HEADERS += x86_arch.h | 234 | noinst_HEADERS += x86_arch.h |
235 | 235 | ||
236 | # aes | 236 | # aes |
237 | libcrypto_la_SOURCES += aes/aes_cfb.c | 237 | libcrypto_la_SOURCES += aes/aes.c |
238 | libcrypto_la_SOURCES += aes/aes_ctr.c | ||
239 | libcrypto_la_SOURCES += aes/aes_ecb.c | ||
240 | libcrypto_la_SOURCES += aes/aes_ige.c | 238 | libcrypto_la_SOURCES += aes/aes_ige.c |
241 | libcrypto_la_SOURCES += aes/aes_ofb.c | ||
242 | libcrypto_la_SOURCES += aes/aes_wrap.c | ||
243 | noinst_HEADERS += aes/aes_local.h | 239 | noinst_HEADERS += aes/aes_local.h |
244 | 240 | ||
245 | # asn1 | 241 | # asn1 |