typo
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user