aboutsummaryrefslogtreecommitdiff
path: root/crypto/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/Makefile.am')
-rw-r--r--crypto/Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/crypto/Makefile.am b/crypto/Makefile.am
index c56eda0..2f1e057 100644
--- a/crypto/Makefile.am
+++ b/crypto/Makefile.am
@@ -430,6 +430,10 @@ libcrypto_la_SOURCES += ec/ec_print.c
430libcrypto_la_SOURCES += ec/eck_prn.c 430libcrypto_la_SOURCES += ec/eck_prn.c
431libcrypto_la_SOURCES += ec/ecp_mont.c 431libcrypto_la_SOURCES += ec/ecp_mont.c
432libcrypto_la_SOURCES += ec/ecp_nist.c 432libcrypto_la_SOURCES += ec/ecp_nist.c
433libcrypto_la_SOURCES += ec/ecp_nistp224.c
434libcrypto_la_SOURCES += ec/ecp_nistp256.c
435libcrypto_la_SOURCES += ec/ecp_nistp521.c
436libcrypto_la_SOURCES += ec/ecp_nistputil.c
433libcrypto_la_SOURCES += ec/ecp_oct.c 437libcrypto_la_SOURCES += ec/ecp_oct.c
434libcrypto_la_SOURCES += ec/ecp_smpl.c 438libcrypto_la_SOURCES += ec/ecp_smpl.c
435noinst_HEADERS += ec/ec_lcl.h 439noinst_HEADERS += ec/ec_lcl.h