| 7742 | class SSLInit { |
| 7743 | public: |
| 7744 | SSLInit() { |
| 7745 | OPENSSL_init_ssl( |
| 7746 | OPENSSL_INIT_LOAD_SSL_STRINGS | OPENSSL_INIT_LOAD_CRYPTO_STRINGS, NULL); |
| 7747 | } |
| 7748 | }; |
| 7749 | |
| 7750 | // SSL socket stream implementation |
nothing calls this directly
no outgoing calls
no test coverage detected