| 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) |
nothing calls this directly
no test coverage detected