forked from wolfSSL/wolfssl
better error checking on condition variable operations, cleanup
This commit is contained in:
@@ -364,6 +364,9 @@ const char* wc_GetErrorString(int error)
|
||||
case SIG_VERIFY_E:
|
||||
return "Signature verify error";
|
||||
|
||||
case BAD_COND_E:
|
||||
return "Bad condition variable operation error";
|
||||
|
||||
default:
|
||||
return "unknown error number";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user