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

Function SSL_CTX_new

extra/yassl/src/ssl.cpp:210–213  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

208
209
210SSL_CTX* SSL_CTX_new(SSL_METHOD* method)
211{
212 return NEW_YS SSL_CTX(method);
213}
214
215
216void SSL_CTX_free(SSL_CTX* ctx)

Callers 4

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

Calls 1

SSL_CTXClass · 0.50

Tested by

no test coverage detected