projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
69a80f7
)
Error discrepancy corrected.
author
Richard Levitte
<levitte@openssl.org>
Sun, 24 Apr 2011 08:59:15 +0000
(08:59 +0000)
committer
Richard Levitte
<levitte@openssl.org>
Sun, 24 Apr 2011 08:59:15 +0000
(08:59 +0000)
crypto/ec/ec_key.c
patch
|
blob
|
history
diff --git
a/crypto/ec/ec_key.c
b/crypto/ec/ec_key.c
index 4583d02f27a0f429494bfa05bc3f8632113017af..87ef77f070f2f240a32c50a70b43b26de059d7e5 100644
(file)
--- 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 */