MCPcopy Create free account
hub / github.com/Tablecruncher/tablecruncher / SSLInit

Method SSLInit

external/httplib.h:8915–8918  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8913class SSLInit {
8914public:
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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected