MCPcopy Create free account
hub / github.com/ashkulz/NppFTP / SSLGetCurrentSession

Method SSLGetCurrentSession

UTCP/src/ut_clnt.cpp:815–820  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

813}
814
815SSL_SESSION * CUT_WSClient::SSLGetCurrentSession() {
816 if (m_ssl)
817 return SSL_get_session(m_ssl);
818 else
819 return NULL;
820}
821
822int CUT_WSClient::SSLSetReuseSession(SSL_SESSION * reuseSession) {
823 m_reuseSession = reuseSession;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected