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

Function SSLv3_method

extra/yassl/src/ssl.cpp:152–155  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

150
151
152SSL_METHOD* SSLv3_method()
153{
154 return SSLv3_client_method();
155}
156
157
158SSL_METHOD* SSLv3_server_method()

Callers

nothing calls this directly

Calls 1

SSLv3_client_methodFunction · 0.85

Tested by

no test coverage detected