Merge pull request #418 from toddouska/dyntickets

Dyntickets
This commit is contained in:
John Safranek
2016-05-24 11:00:14 -07:00
11 changed files with 349 additions and 81 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";