MCPcopy Create free account
hub / github.com/Meituan-Dianping/SQLAdvisor / SSL_get1_session

Function SSL_get1_session

extra/yassl/src/ssl.cpp:1276–1279  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1274
1275
1276SSL_SESSION* SSL_get1_session(SSL* ssl) /* what's ref count */
1277{
1278 return SSL_get_session(ssl);
1279}
1280
1281
1282void GENERAL_NAMES_free(STACK_OF(GENERAL_NAME) *x)

Callers

nothing calls this directly

Calls 1

SSL_get_sessionFunction · 0.85

Tested by

no test coverage detected