MCPcopy Create free account
hub / github.com/apache/thrift / ~GlobalFixtureSSL

Method ~GlobalFixtureSSL

lib/cpp/test/TSSLSocketInterruptTest.cpp:82–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

80 }
81
82 virtual ~GlobalFixtureSSL()
83 {
84 apache::thrift::transport::cleanupOpenSSL();
85#ifdef __linux__
86 signal(SIGPIPE, SIG_DFL);
87#endif
88 }
89};
90
91#if (BOOST_VERSION >= 105900)

Callers

nothing calls this directly

Calls 1

cleanupOpenSSLFunction · 0.85

Tested by

no test coverage detected