| 153 | |
| 154 | protected: |
| 155 | SSLHelper() BRYNET_NOEXCEPT |
| 156 | { |
| 157 | #ifdef BRYNET_USE_OPENSSL |
| 158 | mOpenSSLCTX = nullptr; |
| 159 | #endif |
| 160 | } |
| 161 | |
| 162 | virtual ~SSLHelper() BRYNET_NOEXCEPT |
| 163 | { |
nothing calls this directly
no outgoing calls
no test coverage detected