Initial support for deep copying of session

This commit is contained in:
Nickolas Lapp
2016-04-08 11:14:00 -06:00
parent f27aca0956
commit 5f9c1ffca6
7 changed files with 149 additions and 48 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";