Skip to content

Commit 4c09ea8

Browse files
committed
SPIFFS: update to f5e26c4 and Fix the issue esp8266#3612
2 parents a8018a5 + 2d3b7b9 commit 4c09ea8

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

libraries/ESP8266WiFi/src/WiFiClientSecure.h

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,12 @@ class WiFiClientSecure : public WiFiClient {
6767
bool loadPrivateKey(TFile& file) {
6868
return loadPrivateKey(file, file.size());
6969
}
70+
71+
template<typename TFile>
72+
bool loadCACert(TFile& file) {
73+
return loadCACert(file, file.size());
74+
}
75+
7076

7177
protected:
7278
int _connectSSL(const char* hostName);

tools/sdk/lib/libaxtls.a

484 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)