Skip to content

Commit 59bbfc7

Browse files
committed
backport esp8266#7464
1 parent 7f98636 commit 59bbfc7

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

libraries/ESP8266WiFi/src/WiFiClientSecureBearSSL.cpp

-3
Original file line numberDiff line numberDiff line change
@@ -96,11 +96,8 @@ void WiFiClientSecure::_clearAuthenticationSettings() {
9696
_use_fingerprint = false;
9797
_use_self_signed = false;
9898
_knownkey = nullptr;
99-
_sk = nullptr;
10099
_ta = nullptr;
101100
_axtls_ta = nullptr;
102-
_axtls_chain = nullptr;
103-
_axtls_sk = nullptr;
104101
}
105102

106103

0 commit comments

Comments
 (0)