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

Class SSLInit

examples/server/httplib.h:8130–8136  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8128}
8129
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
8139inline SSLSocketStream::SSLSocketStream(socket_t sock, SSL *ssl,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected