Stabilize concurrent SSH and WebSocket transports
This commit is contained in:
+7
-1
@@ -1,7 +1,13 @@
|
||||
cmake_minimum_required(VERSION 3.16)
|
||||
|
||||
# Route wolfCrypt seeding through the project's sole pre-radio DRBG callback.
|
||||
add_compile_definitions(WC_RNG_SEED_CB)
|
||||
# wolfSSL's ESP32 AES/SHA locks do not coordinate with ESP-IDF mbedTLS/Wi-Fi;
|
||||
# define the documented software-fallback controls before components are parsed.
|
||||
add_compile_definitions(
|
||||
WC_RNG_SEED_CB
|
||||
NO_WOLFSSL_ESP32_CRYPT_AES
|
||||
NO_WOLFSSL_ESP32_CRYPT_HASH
|
||||
)
|
||||
|
||||
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
|
||||
set(PROJECT_VER "0.1.0")
|
||||
|
||||
Reference in New Issue
Block a user