Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
41
void openssl_init() {
42
#if MANUAL_OPENSSL_INIT
43
TSSLSocketFactory::setManualOpenSSLInitialization(true);
44
initializeOpenSSL();
45
#endif
46
}
47
48
void openssl_cleanup() {
49
#if MANUAL_OPENSSL_INIT
Callers
1
test_openssl_availability
Function · 0.85
Calls
1
initializeOpenSSL
Function · 0.85
Tested by
no test coverage detected