MCPcopy Create free account
hub / github.com/dobin/RedEdr / SSLInit

Class SSLInit

RedEdr/httplib.h:8656–8662  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8654}
8655
8656class SSLInit {
8657public:
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
8665inline SSLSocketStream::SSLSocketStream(socket_t sock, SSL *ssl,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected