diff --git a/wolfcrypt/src/error.c b/wolfcrypt/src/error.c index 45092a2da..b24a7710d 100644 --- a/wolfcrypt/src/error.c +++ b/wolfcrypt/src/error.c @@ -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";