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

Function SSL_new

extra/yassl/src/ssl.cpp:222–225  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

220
221
222SSL* SSL_new(SSL_CTX* ctx)
223{
224 return NEW_YS SSL(ctx);
225}
226
227
228void SSL_free(SSL* ssl)

Callers 4

client_testFunction · 0.85
echoclient_testFunction · 0.85
echoserver_testFunction · 0.85
server_testFunction · 0.85

Calls 1

SSLClass · 0.50

Tested by

no test coverage detected