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

Function SSL_clear

extra/yassl/src/ssl.cpp:432–437  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

430
431
432int SSL_clear(SSL* ssl)
433{
434 GetErrors().Remove();
435
436 return SSL_SUCCESS;
437}
438
439
440int SSL_shutdown(SSL* ssl)

Callers

nothing calls this directly

Calls 1

RemoveMethod · 0.80

Tested by

no test coverage detected