| 8130 | class SSLInit { |
| 8131 | public: |
| 8132 | SSLInit() { |
| 8133 | OPENSSL_init_ssl( |
| 8134 | OPENSSL_INIT_LOAD_SSL_STRINGS | OPENSSL_INIT_LOAD_CRYPTO_STRINGS, NULL); |
| 8135 | } |
| 8136 | }; |
| 8137 | |
| 8138 | // SSL socket stream implementation |
nothing calls this directly
no outgoing calls
no test coverage detected