Merge pull request #4816 from julek-wolfssl/ok-error

For `0` OpenSSL prints "ok"
This commit is contained in:
David Garske
2022-02-02 12:10:35 -08:00
committed by GitHub

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