summaryrefslogtreecommitdiffstats
path: root/crypto/bn/bn_gf2m.c
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2011-09-05 13:31:17 +0000
committerBodo Möller <bodo@openssl.org>2011-09-05 13:31:17 +0000
commit612fcfbd290d4dba96945c7c5bc8ea0c75ffefa1 (patch)
tree99832426a2bb250ca9ff5637b561eaff930da24e /crypto/bn/bn_gf2m.c
parente7928282d0148af5f28fa3437a625a2006af0214 (diff)
Fix d2i_SSL_SESSION.
Diffstat (limited to 'crypto/bn/bn_gf2m.c')
-rw-r--r--crypto/bn/bn_gf2m.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/bn/bn_gf2m.c b/crypto/bn/bn_gf2m.c
index d0e03f87da..55a4d1a189 100644
--- a/crypto/bn/bn_gf2m.c
+++ b/crypto/bn/bn_gf2m.c
@@ -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 0
+#if 1
if (!BN_one(b)) goto err;
while (1)