Skip to content

Commit cabb450

Browse files
committed
Fix bug with SSLContext not being initialized (#43)
1 parent a0d6b01 commit cabb450

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hardware/esp8266com/esp8266/libraries/ESP8266WiFi/src/WiFiClientSecure.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ class WiFiClientSecure : public WiFiClient {
5151
protected:
5252
int _connectSSL();
5353

54-
SSLContext* _ssl;
54+
SSLContext* _ssl = nullptr;
5555
};
5656

5757
#endif //wificlientsecure_h

0 commit comments

Comments
 (0)