| 7301 | } |
| 7302 | |
| 7303 | ~SSLInit() { |
| 7304 | #if OPENSSL_VERSION_NUMBER < 0x1010001fL |
| 7305 | ERR_free_strings(); |
| 7306 | #endif |
| 7307 | } |
| 7308 | |
| 7309 | private: |
| 7310 | #if OPENSSL_VERSION_NUMBER < 0x10100000L |
nothing calls this directly
no outgoing calls
no test coverage detected