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

Method setVerifyCallback

extra/yassl/src/yassl_int.cpp:2142–2145  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2140
2141
2142void SSL_CTX::setVerifyCallback(VerifyCallback vc)
2143{
2144 verifyCallback_ = vc;
2145}
2146
2147
2148bool SSL_CTX::SetDH(const DH& dh)

Callers 2

SSLMethod · 0.45
SSL_CTX_set_verifyFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected