mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-13 13:01:55 +03:00
Fixes #1933
This commit is contained in:
@ -66,7 +66,7 @@ public:
|
||||
}
|
||||
|
||||
protected:
|
||||
int _connectSSL();
|
||||
int _connectSSL(const char* hostName);
|
||||
|
||||
SSLContext* _ssl = nullptr;
|
||||
};
|
||||
|
Reference in New Issue
Block a user