mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-06 05:21:22 +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:
|
protected:
|
||||||
int _connectSSL();
|
int _connectSSL();
|
||||||
|
|
||||||
SSLContext* _ssl;
|
SSLContext* _ssl = nullptr;
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif //wificlientsecure_h
|
#endif //wificlientsecure_h
|
||||||
|
Loading…
x
Reference in New Issue
Block a user