Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenZWave/open-zwave
/ reset
Method
reset
cpp/src/platform/HttpClient.cpp:147–152 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
145
return true;
146
}
147
void reset
148
(
149
)
150
{
151
ssl_session_reset(&ssl);
152
}
153
entropy_context entropy;
154
ctr_drbg_context ctr_drbg;
155
ssl_context ssl;
Callers
2
close
Method · 0.45
initSSL
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected