diff options
Diffstat (limited to 'crypto/Makefile.am')
-rw-r--r-- | crypto/Makefile.am | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/crypto/Makefile.am b/crypto/Makefile.am index 0c3192f..31637c0 100644 --- a/crypto/Makefile.am +++ b/crypto/Makefile.am | |||
@@ -199,7 +199,6 @@ libcrypto_la_CPPFLAGS += -DOPENSSL_NO_ASM | |||
199 | libcrypto_la_SOURCES += aes/aes_core.c | 199 | libcrypto_la_SOURCES += aes/aes_core.c |
200 | libcrypto_la_SOURCES += camellia/camellia.c | 200 | libcrypto_la_SOURCES += camellia/camellia.c |
201 | libcrypto_la_SOURCES += camellia/cmll_cbc.c | 201 | libcrypto_la_SOURCES += camellia/cmll_cbc.c |
202 | libcrypto_la_SOURCES += whrlpool/wp_block.c | ||
203 | endif | 202 | endif |
204 | endif | 203 | endif |
205 | endif | 204 | endif |
@@ -876,8 +875,7 @@ libcrypto_la_SOURCES += ui/ui_util.c | |||
876 | noinst_HEADERS += ui/ui_local.h | 875 | noinst_HEADERS += ui/ui_local.h |
877 | 876 | ||
878 | # whrlpool | 877 | # whrlpool |
879 | libcrypto_la_SOURCES += whrlpool/wp_dgst.c | 878 | libcrypto_la_sources += whrlpool/whirlpool.c |
880 | noinst_HEADERS += whrlpool/wp_local.h | ||
881 | 879 | ||
882 | # x509 | 880 | # x509 |
883 | libcrypto_la_SOURCES += x509/by_dir.c | 881 | libcrypto_la_SOURCES += x509/by_dir.c |