Skip to content

Commit 1a455ff

Browse files
authored
Fix a warning reported by @Tech-TX (#8014)
1 parent b0ece8c commit 1a455ff

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libraries/ESP8266WiFi/src/WiFiClientSecureBearSSL.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -1312,6 +1312,7 @@ bool WiFiClientSecureCtx::_connectSSLServerEC(const X509List *chain,
13121312
(void) chain;
13131313
(void) cert_issuer_key_type;
13141314
(void) sk;
1315+
(void) cache;
13151316
(void) client_CA_ta;
13161317
DEBUG_BSSL("_connectSSLServerEC: Attempting to use EC cert in minimal cipher mode (no EC)\n");
13171318
return false;

0 commit comments

Comments
 (0)