diff options
Diffstat (limited to 'crypto/Makefile.am')
-rw-r--r-- | crypto/Makefile.am | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/crypto/Makefile.am b/crypto/Makefile.am index 667352f..258da67 100644 --- a/crypto/Makefile.am +++ b/crypto/Makefile.am | |||
@@ -599,17 +599,15 @@ libcrypto_la_SOURCES += ec/ecx_methods.c | |||
599 | noinst_HEADERS += ec/ec_local.h | 599 | noinst_HEADERS += ec/ec_local.h |
600 | 600 | ||
601 | # ecdh | 601 | # ecdh |
602 | libcrypto_la_SOURCES += ecdh/ecdh_kdf.c | 602 | libcrypto_la_SOURCES += ecdh/ecdh.c |
603 | libcrypto_la_SOURCES += ecdh/ech_err.c | 603 | libcrypto_la_SOURCES += ecdh/ech_err.c |
604 | libcrypto_la_SOURCES += ecdh/ech_key.c | ||
605 | libcrypto_la_SOURCES += ecdh/ech_lib.c | 604 | libcrypto_la_SOURCES += ecdh/ech_lib.c |
606 | 605 | ||
607 | # ecdsa | 606 | # ecdsa |
608 | libcrypto_la_SOURCES += ecdsa/ecs_asn1.c | 607 | libcrypto_la_SOURCES += ecdsa/ecdsa.c |
609 | libcrypto_la_SOURCES += ecdsa/ecs_err.c | 608 | libcrypto_la_SOURCES += ecdsa/ecs_err.c |
610 | libcrypto_la_SOURCES += ecdsa/ecs_lib.c | 609 | libcrypto_la_SOURCES += ecdsa/ecs_lib.c |
611 | libcrypto_la_SOURCES += ecdsa/ecs_ossl.c | 610 | noinst_HEADERS += ecdsa/ecdsa_local.h |
612 | noinst_HEADERS += ecdsa/ecs_local.h | ||
613 | 611 | ||
614 | # engine | 612 | # engine |
615 | libcrypto_la_SOURCES += engine/eng_all.c | 613 | libcrypto_la_SOURCES += engine/eng_all.c |