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

Method SSLInit

RedEdr/httplib.h:8658–8661  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected