MCPcopy Create free account
hub / github.com/IronsDu/brynet / destroySSL

Method destroySSL

include/brynet/net/SSLHelper.hpp:132–139  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

130 }
131
132 void destroySSL()
133 {
134 if (mOpenSSLCTX != nullptr)
135 {
136 SSL_CTX_free(mOpenSSLCTX);
137 mOpenSSLCTX = nullptr;
138 }
139 }
140
141 SSL_CTX* getOpenSSLCTX()
142 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected