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

Function SSL_get_error

extra/yassl/src/ssl.cpp:585–588  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

583
584
585int SSL_get_error(SSL* ssl, int /*previous*/)
586{
587 return ssl->getStates().What();
588}
589
590
591

Callers 2

NonBlockingSSL_ConnectFunction · 0.85
NonBlockingSSL_AcceptFunction · 0.85

Calls 1

WhatMethod · 0.45

Tested by

no test coverage detected