1
0
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:
Ivan Grokhotkov 2015-10-07 01:01:38 +03:00
parent ed785b5f0b
commit 0bd3b72550

View File

@ -51,7 +51,7 @@ public:
protected:
int _connectSSL();
SSLContext* _ssl;
SSLContext* _ssl = nullptr;
};
#endif //wificlientsecure_h