aboutsummaryrefslogtreecommitdiff
path: root/crypto/Makefile.am
diff options
context:
space:
mode:
authorBrent Cook <bcook@openbsd.org>2017-01-18 22:45:31 -0600
committerBrent Cook <bcook@openbsd.org>2017-01-18 22:59:09 -0600
commit91f771f9818cc6bd05fd4e77837372fce230dc9c (patch)
tree5c9934830450c4f38f3e0427870ab02e97d33384 /crypto/Makefile.am
parent301d50eaa345f6c3739138a0bc575f0d9ae49100 (diff)
downloadportable-91f771f9818cc6bd05fd4e77837372fce230dc9c.tar.gz
portable-91f771f9818cc6bd05fd4e77837372fce230dc9c.tar.bz2
portable-91f771f9818cc6bd05fd4e77837372fce230dc9c.zip
add missing ecp_nist*.c files
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