8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab6e010 commit 4cbb738Copy full SHA for 4cbb738
libraries/WiFiClientSecure/src/ssl_client.cpp
@@ -20,7 +20,7 @@
20
#include "esp_crt_bundle.h"
21
#include "WiFi.h"
22
23
-#ifndef MBEDTLS_KEY_EXCHANGE__SOME__PSK_ENABLED
+#if !defined(MBEDTLS_KEY_EXCHANGE__SOME__PSK_ENABLED) && !defined(MBEDTLS_KEY_EXCHANGE_SOME_PSK_ENABLED)
24
# warning "Please configure IDF framework to include mbedTLS -> Enable pre-shared-key ciphersuites and activate at least one cipher"
25
#else
26
0 commit comments