MCPcopy 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
467int 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

mainFunction · 0.85

Calls 1

thread_setupFunction · 0.85

Tested by

no test coverage detected