WTF?
This commit is contained in:
parent
f4681b0864
commit
0dd892848e
1 changed files with 1 additions and 1 deletions
|
@ -225,7 +225,7 @@ int BN_is_prime_fasttest(const BIGNUM *a, int checks,
|
|||
BN_MONT_CTX *mont = NULL;
|
||||
const BIGNUM *A = NULL;
|
||||
|
||||
if (BN_cmp(a, BN_value_one) <= 0)
|
||||
if (BN_cmp(a, BN_value_one()) <= 0)
|
||||
return 0;
|
||||
|
||||
if (checks == BN_prime_checks)
|
||||
|
|
Loading…
Reference in a new issue