diff options
Diffstat (limited to 'crypto/Makefile.am')
-rw-r--r-- | crypto/Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/crypto/Makefile.am b/crypto/Makefile.am index 9df0a2e..7da1e1a 100644 --- a/crypto/Makefile.am +++ b/crypto/Makefile.am | |||
@@ -551,8 +551,7 @@ libcrypto_la_SOURCES += ec/ec_lib.c | |||
551 | libcrypto_la_SOURCES += ec/ec_mult.c | 551 | libcrypto_la_SOURCES += ec/ec_mult.c |
552 | libcrypto_la_SOURCES += ec/ec_pmeth.c | 552 | libcrypto_la_SOURCES += ec/ec_pmeth.c |
553 | libcrypto_la_SOURCES += ec/eck_prn.c | 553 | libcrypto_la_SOURCES += ec/eck_prn.c |
554 | libcrypto_la_SOURCES += ec/ecp_mont.c | 554 | libcrypto_la_SOURCES += ec/ecp_methods.c |
555 | libcrypto_la_SOURCES += ec/ecp_smpl.c | ||
556 | libcrypto_la_SOURCES += ec/ecx_methods.c | 555 | libcrypto_la_SOURCES += ec/ecx_methods.c |
557 | noinst_HEADERS += ec/ec_local.h | 556 | noinst_HEADERS += ec/ec_local.h |
558 | 557 | ||