aboutsummaryrefslogtreecommitdiff
path: root/crypto
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
parent301d50eaa345f6c3739138a0bc575f0d9ae49100 (diff)
downloadportable-91f771f9818cc6bd05fd4e77837372fce230dc9c.tar.gz
portable-91f771f9818cc6bd05fd4e77837372fce230dc9c.tar.bz2
portable-91f771f9818cc6bd05fd4e77837372fce230dc9c.zip
add missing ecp_nist*.c files
Diffstat (limited to 'crypto')
-rw-r--r--crypto/CMakeLists.txt4
-rw-r--r--crypto/Makefile.am4
2 files changed, 8 insertions, 0 deletions
diff --git a/crypto/CMakeLists.txt b/crypto/CMakeLists.txt
index 38c0b27..60df0d8 100644
--- a/crypto/CMakeLists.txt
+++ b/crypto/CMakeLists.txt
@@ -351,6 +351,10 @@ set(
351 ec/ecp_mont.c 351 ec/ecp_mont.c
352 ec/ecp_nist.c 352 ec/ecp_nist.c
353 ec/ecp_oct.c 353 ec/ecp_oct.c
354 ec/ecp_nistp224.c
355 ec/ecp_nistp256.c
356 ec/ecp_nistp521.c
357 ec/ecp_nistputil.c
354 ec/ecp_smpl.c 358 ec/ecp_smpl.c
355 ecdh/ech_err.c 359 ecdh/ech_err.c
356 ecdh/ech_key.c 360 ecdh/ech_key.c
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