forked from wolfSSL/wolfssl
This commit is contained in:
@@ -101,6 +101,9 @@ const char* wc_GetErrorString(int error)
|
||||
case MEMORY_E :
|
||||
return "out of memory error";
|
||||
|
||||
case VAR_STATE_CHANGE_E :
|
||||
return "Variable state modified by different thread";
|
||||
|
||||
case RSA_WRONG_TYPE_E :
|
||||
return "RSA wrong block type for RSA function";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user