MCPcopy Create free account
hub / github.com/apache/impala / InitializeOpenSSL

Function InitializeOpenSSL

be/src/kudu/util/openssl_util.cc:296–299  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

294}
295
296void InitializeOpenSSL() {
297 static std::once_flag ssl_once;
298 std::call_once(ssl_once, DoInitializeOpenSSL);
299}
300
301string GetOpenSSLErrors() {
302 ostringstream serr;

Callers 7

GeneratePrivateKeyFunction · 0.85
TlsContextMethod · 0.85
InitMethod · 0.85
SignMethod · 0.85
EasyCurlMethod · 0.85
InitMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected