aboutsummaryrefslogtreecommitdiff
path: root/crypto/CMakeLists.txt
diff options
context:
space:
mode:
authorBrent Cook <busterb@gmail.com>2019-09-09 22:00:57 -0500
committerBrent Cook <busterb@gmail.com>2019-09-09 22:00:57 -0500
commitb43bee6451f0f168cb9c4024c884ca878fd53fc4 (patch)
tree1845f84e8d915613ea0d2df86d36684d0843b73b /crypto/CMakeLists.txt
parentd2f8b48ed8acf011b9e85d5e749ff23d043418d3 (diff)
downloadportable-b43bee6451f0f168cb9c4024c884ca878fd53fc4.tar.gz
portable-b43bee6451f0f168cb9c4024c884ca878fd53fc4.tar.bz2
portable-b43bee6451f0f168cb9c4024c884ca878fd53fc4.zip
update portable for latest build changes
Diffstat (limited to 'crypto/CMakeLists.txt')
-rw-r--r--crypto/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto/CMakeLists.txt b/crypto/CMakeLists.txt
index 3b5955c..9509c33 100644
--- a/crypto/CMakeLists.txt
+++ b/crypto/CMakeLists.txt
@@ -468,6 +468,7 @@ set(
468 ec/ecp_nist.c 468 ec/ecp_nist.c
469 ec/ecp_oct.c 469 ec/ecp_oct.c
470 ec/ecp_smpl.c 470 ec/ecp_smpl.c
471 ecdh/ecdh_kdf.c
471 ecdh/ech_err.c 472 ecdh/ech_err.c
472 ecdh/ech_key.c 473 ecdh/ech_key.c
473 ecdh/ech_lib.c 474 ecdh/ech_lib.c
@@ -959,6 +960,7 @@ target_include_directories(crypto
959 bn 960 bn
960 dsa 961 dsa
961 ec 962 ec
963 ecdh
962 ecdsa 964 ecdsa
963 evp 965 evp
964 modes 966 modes