aboutsummaryrefslogtreecommitdiff
path: root/crypto/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/Makefile.am')
-rw-r--r--crypto/Makefile.am8
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
599noinst_HEADERS += ec/ec_local.h 599noinst_HEADERS += ec/ec_local.h
600 600
601# ecdh 601# ecdh
602libcrypto_la_SOURCES += ecdh/ecdh_kdf.c 602libcrypto_la_SOURCES += ecdh/ecdh.c
603libcrypto_la_SOURCES += ecdh/ech_err.c 603libcrypto_la_SOURCES += ecdh/ech_err.c
604libcrypto_la_SOURCES += ecdh/ech_key.c
605libcrypto_la_SOURCES += ecdh/ech_lib.c 604libcrypto_la_SOURCES += ecdh/ech_lib.c
606 605
607# ecdsa 606# ecdsa
608libcrypto_la_SOURCES += ecdsa/ecs_asn1.c 607libcrypto_la_SOURCES += ecdsa/ecdsa.c
609libcrypto_la_SOURCES += ecdsa/ecs_err.c 608libcrypto_la_SOURCES += ecdsa/ecs_err.c
610libcrypto_la_SOURCES += ecdsa/ecs_lib.c 609libcrypto_la_SOURCES += ecdsa/ecs_lib.c
611libcrypto_la_SOURCES += ecdsa/ecs_ossl.c 610noinst_HEADERS += ecdsa/ecdsa_local.h
612noinst_HEADERS += ecdsa/ecs_local.h
613 611
614# engine 612# engine
615libcrypto_la_SOURCES += engine/eng_all.c 613libcrypto_la_SOURCES += engine/eng_all.c