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 d6a551b..9e8b5e6 100644 --- a/crypto/Makefile.am +++ b/crypto/Makefile.am | |||
@@ -692,11 +692,7 @@ libcrypto_la_SOURCES += hmac/hmac.c | |||
692 | noinst_HEADERS += hmac/hmac_local.h | 692 | noinst_HEADERS += hmac/hmac_local.h |
693 | 693 | ||
694 | # idea | 694 | # idea |
695 | libcrypto_la_SOURCES += idea/i_cbc.c | 695 | libcrypto_la_SOURCES += idea/idea.c |
696 | libcrypto_la_SOURCES += idea/i_cfb64.c | ||
697 | libcrypto_la_SOURCES += idea/i_ecb.c | ||
698 | libcrypto_la_SOURCES += idea/i_ofb64.c | ||
699 | libcrypto_la_SOURCES += idea/i_skey.c | ||
700 | noinst_HEADERS += idea/idea_local.h | 696 | noinst_HEADERS += idea/idea_local.h |
701 | 697 | ||
702 | # kdf | 698 | # kdf |