8000 Fix a warning reported by @Tech-TX (#8014) · arduino-collections/Arduino@1a455ff · GitHub
[go: up one dir, main page]

Skip to content
Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 1a455ff

Browse files
authored
Fix a warning reported by @Tech-TX (esp8266#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

Lines changed: 1 addition & 0 deletions
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)
0