Fix d2i_SSL_SESSION.

This commit is contained in:
Bodo Möller
2011-09-05 13:31:17 +00:00
parent e7928282d0
commit 612fcfbd29
4 changed files with 23 additions and 5 deletions

View File

@@ -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)