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

Function ERR_error_string

extra/yassl/src/ssl.cpp:1013–1023  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1011
1012
1013char* ERR_error_string(unsigned long errNumber, char* buffer)
1014{
1015 static char* msg = (char*)"Please supply a buffer for error string";
1016
1017 if (buffer) {
1018 SetErrorString(YasslError(errNumber), buffer);
1019 return buffer;
1020 }
1021
1022 return msg;
1023}
1024
1025
1026const char* X509_verify_cert_error_string(long /* error */)

Callers 1

ERR_error_string_nFunction · 0.85

Calls 2

SetErrorStringFunction · 0.85
YasslErrorEnum · 0.85

Tested by

no test coverage detected