We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent addf45e commit 33af65fCopy full SHA for 33af65f
libraries/SSLClient/src/ssl_client.cpp
@@ -19,7 +19,7 @@
19
#include <string>
20
#include "ssl_client.h"
21
22
-#ifndef MBEDTLS_KEY_EXCHANGE__SOME__PSK_ENABLED
+#if !defined(MBEDTLS_KEY_EXCHANGE__SOME__PSK_ENABLED) && !defined(MBEDTLS_KEY_EXCHANGE_SOME_PSK_ENABLED)
23
# warning "Please configure IDF framework to include mbedTLS -> Enable pre-shared-key ciphersuites and activate at least one cipher"
24
#else
25
0 commit comments