Loading crypto/bn/bn_gf2m.c +3 −3 Original line number Diff line number Diff line Loading @@ -541,7 +541,7 @@ int BN_GF2m_mod_inv(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, BN_CTX *ctx) if (BN_is_zero(u)) goto err; if (!BN_copy(v, p)) goto err; #if 1 #if 0 if (!BN_one(b)) goto err; while (1) Loading Loading @@ -630,11 +630,11 @@ int BN_GF2m_mod_inv(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, BN_CTX *ctx) } if (ubits==vbits) { bn_fix_top(u); bn_correct_top(u); ubits = BN_num_bits(u); } } bn_fix_top(b); bn_correct_top(b); } #endif Loading Loading
crypto/bn/bn_gf2m.c +3 −3 Original line number Diff line number Diff line Loading @@ -541,7 +541,7 @@ int BN_GF2m_mod_inv(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, BN_CTX *ctx) if (BN_is_zero(u)) goto err; if (!BN_copy(v, p)) goto err; #if 1 #if 0 if (!BN_one(b)) goto err; while (1) Loading Loading @@ -630,11 +630,11 @@ int BN_GF2m_mod_inv(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, BN_CTX *ctx) } if (ubits==vbits) { bn_fix_top(u); bn_correct_top(u); ubits = BN_num_bits(u); } } bn_fix_top(b); bn_correct_top(b); } #endif Loading