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