| 8654 | } |
| 8655 | |
| 8656 | class SSLInit { |
| 8657 | public: |
| 8658 | SSLInit() { |
| 8659 | OPENSSL_init_ssl( |
| 8660 | OPENSSL_INIT_LOAD_SSL_STRINGS | OPENSSL_INIT_LOAD_CRYPTO_STRINGS, NULL); |
| 8661 | } |
| 8662 | }; |
| 8663 | |
| 8664 | // SSL socket stream implementation |
| 8665 | inline SSLSocketStream::SSLSocketStream(socket_t sock, SSL *ssl, |
nothing calls this directly
no outgoing calls
no test coverage detected