Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SIPp/sipp
/ TLS_init
Function
TLS_init
src/sslsocket.cpp:467–474 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
465
}
466
467
int TLS_init()
468
{
469
if (!thread_setup() || !SSL_library_init()) {
470
return -1;
471
}
472
SSL_load_error_strings();
473
return 1;
474
}
Callers
1
main
Function · 0.85
Calls
1
thread_setup
Function · 0.85
Tested by
no test coverage detected