MCPcopy Create free account
hub / github.com/Tablecruncher/tablecruncher / ~SSLServer

Method ~SSLServer

external/httplib.h:9095–9097  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9093}
9094
9095inline SSLServer::~SSLServer() {
9096 if (ctx_) { SSL_CTX_free(ctx_); }
9097}
9098
9099inline bool SSLServer::is_valid() const { return ctx_; }
9100

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected