This commit is contained in:
Tobias Brunner
2008-05-14 11:10:37 +00:00
parent 782db7edd1
commit 1d56d328fd
@@ -452,7 +452,7 @@ static status_t check(private_gmp_rsa_private_key_t *this)
/* we picked a max modulus size to simplify buffer allocation */ /* we picked a max modulus size to simplify buffer allocation */
if (this->k > 8192/8) if (this->k > 8192/8)
{ {
DBG1("key larger thant 8192 bits"); DBG1("key larger than 8192 bits");
return FAILED; return FAILED;
} }