Skip to content

Commit 0bd3b72

Browse files
committed
Fix bug with SSLContext not being initialized (#43)
1 parent ed785b5 commit 0bd3b72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)