mirror of
https://github.com/esp8266/Arduino.git
synced 2025-07-27 18:02:17 +03:00
Fix bug with SSLContext not being initialized (#43)
This commit is contained in:
@ -51,7 +51,7 @@ public:
|
||||
protected:
|
||||
int _connectSSL();
|
||||
|
||||
SSLContext* _ssl;
|
||||
SSLContext* _ssl = nullptr;
|
||||
};
|
||||
|
||||
#endif //wificlientsecure_h
|
||||
|
Reference in New Issue
Block a user