aboutsummaryrefslogtreecommitdiff
path: root/3rdparty
diff options
context:
space:
mode:
authorJanos Follath <janos.follath@arm.com>2019-08-21 13:01:18 +0100
committerJanos Follath <janos.follath@arm.com>2019-08-21 13:01:18 +0100
commit71dcefbb8a04865dfc3e4c1b16301d3a353b936e (patch)
treedf9ff6d5c7348853180645e2a12c10da7ee2cb5a /3rdparty
parent20082cb488d24b5f7817e440e800b52ad14d550d (diff)
downloadmbedtls-71dcefbb8a04865dfc3e4c1b16301d3a353b936e.zip
mbedtls-71dcefbb8a04865dfc3e4c1b16301d3a353b936e.tar.gz
mbedtls-71dcefbb8a04865dfc3e4c1b16301d3a353b936e.tar.bz2
Remove Mbed Crypto headers from everest_inc
At this point Mbed TLS and Mbed Crypto headers with the same name, including the Mbed Crypto headers in `everest_inc` breaks Mbed TLS builds.
Diffstat (limited to '3rdparty')
-rw-r--r--3rdparty/everest/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/3rdparty/everest/CMakeLists.txt b/3rdparty/everest/CMakeLists.txt
index 3eff1c7..18c8731 100644
--- a/3rdparty/everest/CMakeLists.txt
+++ b/3rdparty/everest/CMakeLists.txt
@@ -8,7 +8,7 @@ set(everest_src
${CMAKE_CURRENT_SOURCE_DIR}/library/Hacl_Curve25519_joined.c
)
-list(APPEND everest_inc ${CMAKE_CURRENT_SOURCE_DIR}/../../include ${CMAKE_CURRENT_SOURCE_DIR}/include ${CMAKE_CURRENT_SOURCE_DIR}/include/everest ${CMAKE_CURRENT_SOURCE_DIR}/include/everest/kremlib)
+list(APPEND everest_inc ${CMAKE_CURRENT_SOURCE_DIR}/include ${CMAKE_CURRENT_SOURCE_DIR}/include/everest ${CMAKE_CURRENT_SOURCE_DIR}/include/everest/kremlib)
execute_process(COMMAND ${PERL_EXECUTABLE} ${CMAKE_CURRENT_SOURCE_DIR}/../../scripts/config.pl -f ${CMAKE_CURRENT_SOURCE_DIR}/../../include/mbedtls/config.h get MBEDTLS_ECDH_VARIANT_EVEREST_ENABLED RESULT_VARIABLE result)