Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
210
SSL_CTX* SSL_CTX_new(SSL_METHOD* method)
211
{
212
return NEW_YS SSL_CTX(method);
213
}
214
215
216
void SSL_CTX_free(SSL_CTX* ctx)
Callers
4
client_test
Function · 0.85
echoclient_test
Function · 0.85
echoserver_test
Function · 0.85
server_test
Function · 0.85
Calls
1
SSL_CTX
Class · 0.50
Tested by
no test coverage detected