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 b0ece8c commit 1a455ffCopy full SHA for 1a455ff
libraries/ESP8266WiFi/src/WiFiClientSecureBearSSL.cpp
@@ -1312,6 +1312,7 @@ bool WiFiClientSecureCtx::_connectSSLServerEC(const X509List *chain,
1312
(void) chain;
1313
(void) cert_issuer_key_type;
1314
(void) sk;
1315
+ (void) cache;
1316
(void) client_CA_ta;
1317
DEBUG_BSSL("_connectSSLServerEC: Attempting to use EC cert in minimal cipher mode (no EC)\n");
1318
return false;
0 commit comments