This commit is contained in:
Jacob Barthelmeh
2016-06-17 13:58:53 -06:00
144 changed files with 9256 additions and 7016 deletions

View File

@@ -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";