| 8913 | class SSLInit { |
| 8914 | public: |
| 8915 | SSLInit() { |
| 8916 | OPENSSL_init_ssl( |
| 8917 | OPENSSL_INIT_LOAD_SSL_STRINGS | OPENSSL_INIT_LOAD_CRYPTO_STRINGS, NULL); |
| 8918 | } |
| 8919 | }; |
| 8920 | |
| 8921 | // SSL socket stream implementation |
nothing calls this directly
no outgoing calls
no test coverage detected