1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-13 13:01:55 +03:00

Update axTLS to fe4518d, SNI support in WiFiClientSecure (#1285)

Fixes #1933
This commit is contained in:
Ivan Grokhotkov
2016-04-19 08:29:13 +03:00
parent b7c23c79de
commit 8c65f2fcd0
4 changed files with 15 additions and 9 deletions

View File

@ -66,7 +66,7 @@ public:
}
protected:
int _connectSSL();
int _connectSSL(const char* hostName);
SSLContext* _ssl = nullptr;
};