Better error message too.

This commit is contained in:
Anthony Hu
2025-12-11 12:23:38 -05:00
parent 008132c33b
commit cd4f96924b

View File

@@ -315,7 +315,7 @@ const char* wc_GetErrorString(int error)
return "Random Number Generator failed";
case HMAC_MIN_KEYLEN_E:
return "FIPS Mode HMAC Minimum Key Length error";
return "FIPS Mode HMAC Minimum Key or Salt Length error";
case RSA_PAD_E:
return "Rsa Padding error";