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 {
193
193
// AxTLS API deprecated section end
194
194
// ///////////////////////////////////
195
195
196
+ protected:
197
+ bool _connectSSL (const char *hostName); // Do initial SSL handshake
198
+
196
199
private:
197
200
void _clear ();
198
201
void _clearAuthenticationSettings ();
@@ -243,7 +246,6 @@ class WiFiClientSecure : public WiFiClient {
243
246
size_t _recvapp_len;
244
247
245
248
bool _clientConnected (); // Is the underlying socket alive?
246
- bool _connectSSL (const char *hostName); // Do initial SSL handshake
247
249
void _freeSSL ();
248
250
int _run_until (unsigned target, bool blocking = true );
249
251
size_t _write (const uint8_t *buf, size_t size, bool pmem);
You can’t perform that action at this time.
0 commit comments