For 0 OpenSSL prints "ok"

This commit is contained in:
Juliusz Sosinowicz 2022-02-02 15:54:21 +01:00
parent 59ea65bad3
commit 1552e89810

View File

@ -20170,7 +20170,7 @@ const char* wolfSSL_ERR_reason_error_string(unsigned long e)
switch (error) {
#ifdef WOLFSSL_WPAS
#ifdef OPENSSL_EXTRA
case 0 :
return "ok";
#endif