MCPcopy Create free account
hub / github.com/aixed/WeChat-Hook / SSLInit

Method SSLInit

include/httplib.h:7744–7747  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7742class SSLInit {
7743public:
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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected