From: Richard Levitte Date: Sun, 24 Apr 2011 08:59:15 +0000 (+0000) Subject: Error discrepancy corrected. X-Git-Tag: OpenSSL-fips-2_0-rc1~505 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=171edf7ff4f61f8bddbdc7dc9f262cfeecb5ee08;p=oweals%2Fopenssl.git Error discrepancy corrected. --- diff --git a/crypto/ec/ec_key.c b/crypto/ec/ec_key.c index 4583d02f27..87ef77f070 100644 --- a/crypto/ec/ec_key.c +++ b/crypto/ec/ec_key.c @@ -273,7 +273,7 @@ int fips_check_ec_prng(EC_KEY *ec) if (bits < 160) { - FIPSerr(FIPS_F_FIPS_CHECK_DSA_PRNG,FIPS_R_KEY_TOO_SHORT); + FIPSerr(FIPS_F_FIPS_CHECK_EC_PRNG,FIPS_R_KEY_TOO_SHORT); return 0; } /* Comparable algorithm strengths: from SP800-57 table 2 */