File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
libraries/ESP8266WiFi/src Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -193,6 +193,9 @@ class WiFiClientSecure : public WiFiClient {
193193 // AxTLS API deprecated section end
194194 // ///////////////////////////////////
195195
196+ protected:
197+ bool _connectSSL (const char *hostName); // Do initial SSL handshake
198+
196199 private:
197200 void _clear ();
198201 void _clearAuthenticationSettings ();
@@ -243,7 +246,6 @@ class WiFiClientSecure : public WiFiClient {
243246 size_t _recvapp_len;
244247
245248 bool _clientConnected (); // Is the underlying socket alive?
246- bool _connectSSL (const char *hostName); // Do initial SSL handshake
247249 void _freeSSL ();
248250 int _run_until (unsigned target, bool blocking = true );
249251 size_t _write (const uint8_t *buf, size_t size, bool pmem);
You can’t perform that action at this time.
0 commit comments