Skip to content

Commit 9472bfc

Browse files
committed
Fix esp32 HAVE_PSA_CRYPTO
Signed-off-by: Peter M <petermm@gmail.com>
1 parent 2631ad4 commit 9472bfc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/platforms/esp32/components/avm_sys/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ if(HAVE_SOC_CPU_CORES_NUM)
117117
endif()
118118

119119
check_c_source_compiles("
120-
#include <mbedtls/version.h>
120+
#include <mbedtls/build_info.h>
121121
#ifndef MBEDTLS_PSA_CRYPTO_C
122122
#error PSA Crypto not available
123123
#endif

0 commit comments

Comments
 (0)