Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/thrift
/ openssl_cleanup
Function
openssl_cleanup
lib/cpp/test/OpenSSLManualInitTest.cpp:48–52 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
46
}
47
48
void openssl_cleanup() {
49
#if MANUAL_OPENSSL_INIT
50
cleanupOpenSSL();
51
#endif
52
}
53
54
void test_openssl_availability() {
55
// Check whether Thrift leaves OpenSSL functionality available after
Callers
1
test_openssl_availability
Function · 0.85
Calls
1
cleanupOpenSSL
Function · 0.85
Tested by
no test coverage detected