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

Method SSLHelper

include/brynet/net/SSLHelper.hpp:155–160  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

153
154protected:
155 SSLHelper() BRYNET_NOEXCEPT
156 {
157#ifdef BRYNET_USE_OPENSSL
158 mOpenSSLCTX = nullptr;
159#endif
160 }
161
162 virtual ~SSLHelper() BRYNET_NOEXCEPT
163 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected