We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c30224a commit 00da95fCopy full SHA for 00da95f
libraries/WiFiClientSecure/src/WiFiClientSecure.cpp
@@ -43,6 +43,7 @@ WiFiClientSecure::WiFiClientSecure()
43
_pskIdent = NULL;
44
_psKey = NULL;
45
next = NULL;
46
+ _alpn_protos = NULL;
47
}
48
49
@@ -66,6 +67,7 @@ WiFiClientSecure::WiFiClientSecure(int sock)
66
67
68
69
70
71
72
73
WiFiClientSecure::~WiFiClientSecure()
0 commit comments