MCPcopy Create free account
hub / github.com/apache/thrift / openssl_init

Function openssl_init

lib/cpp/test/OpenSSLManualInitTest.cpp:41–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39}
40
41void openssl_init() {
42#if MANUAL_OPENSSL_INIT
43 TSSLSocketFactory::setManualOpenSSLInitialization(true);
44 initializeOpenSSL();
45#endif
46}
47
48void openssl_cleanup() {
49#if MANUAL_OPENSSL_INIT

Callers 1

Calls 1

initializeOpenSSLFunction · 0.85

Tested by

no test coverage detected