add unique RNG missing error

This commit is contained in:
toddouska
2016-07-18 18:10:38 -07:00
parent 1c71fb4ad1
commit f88f501923
3 changed files with 8 additions and 1 deletions

View File

@@ -386,6 +386,9 @@ const char* wc_GetErrorString(int error)
case ASN_COUNTRY_SIZE_E:
return "Country code size error, either too small or large";
case MISSING_RNG_E:
return "RNG required but not provided";
default:
return "unknown error number";