Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
432
int SSL_clear(SSL* ssl)
433
{
434
GetErrors().Remove();
435
436
return SSL_SUCCESS;
437
}
438
439
440
int SSL_shutdown(SSL* ssl)
Callers
nothing calls this directly
Calls
1
Remove
Method · 0.80
Tested by
no test coverage detected