| 8128 | } |
| 8129 | |
| 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 |
| 8139 | inline SSLSocketStream::SSLSocketStream(socket_t sock, SSL *ssl, |
nothing calls this directly
no outgoing calls
no test coverage detected