We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed785b5 commit 0bd3b72Copy full SHA for 0bd3b72
libraries/ESP8266WiFi/src/WiFiClientSecure.h
@@ -51,7 +51,7 @@ class WiFiClientSecure : public WiFiClient {
51
protected:
52
int _connectSSL();
53
54
- SSLContext* _ssl;
+ SSLContext* _ssl = nullptr;
55
};
56
57
#endif //wificlientsecure_h
0 commit comments