MCPcopy Create free account
hub / github.com/PABannier/bark.cpp / SSLInit

Method SSLInit

examples/server/httplib.h:8132–8135  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8130class SSLInit {
8131public:
8132 SSLInit() {
8133 OPENSSL_init_ssl(
8134 OPENSSL_INIT_LOAD_SSL_STRINGS | OPENSSL_INIT_LOAD_CRYPTO_STRINGS, NULL);
8135 }
8136};
8137
8138// SSL socket stream implementation

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected