1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-04-19 23:22:16 +03:00
This commit is contained in:
David Gauchard 2020-07-19 00:07:13 +02:00
parent 7f9863674f
commit 59bbfc7061

View File

@ -96,11 +96,8 @@ void WiFiClientSecure::_clearAuthenticationSettings() {
_use_fingerprint = false; _use_fingerprint = false;
_use_self_signed = false; _use_self_signed = false;
_knownkey = nullptr; _knownkey = nullptr;
_sk = nullptr;
_ta = nullptr; _ta = nullptr;
_axtls_ta = nullptr; _axtls_ta = nullptr;
_axtls_chain = nullptr;
_axtls_sk = nullptr;
} }