aboutsummaryrefslogtreecommitdiff
path: root/crypto/CMakeLists.txt
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/CMakeLists.txt
parent301d50eaa345f6c3739138a0bc575f0d9ae49100 (diff)
downloadportable-91f771f9818cc6bd05fd4e77837372fce230dc9c.tar.gz
portable-91f771f9818cc6bd05fd4e77837372fce230dc9c.tar.bz2
portable-91f771f9818cc6bd05fd4e77837372fce230dc9c.zip
add missing ecp_nist*.c files
Diffstat (limited to 'crypto/CMakeLists.txt')
-rw-r--r--crypto/CMakeLists.txt4
1 files changed, 4 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