mirror of
https://github.com/esp8266/Arduino.git
synced 2025-04-21 10:26:06 +03:00
Fix a warning reported by @Tech-TX (#8014)
This commit is contained in:
parent
b0ece8cac4
commit
1a455ffd8d
@ -1312,6 +1312,7 @@ bool WiFiClientSecureCtx::_connectSSLServerEC(const X509List *chain,
|
||||
(void) chain;
|
||||
(void) cert_issuer_key_type;
|
||||
(void) sk;
|
||||
(void) cache;
|
||||
(void) client_CA_ta;
|
||||
DEBUG_BSSL("_connectSSLServerEC: Attempting to use EC cert in minimal cipher mode (no EC)\n");
|
||||
return false;
|
||||
|
Loading…
x
Reference in New Issue
Block a user