Commit 4f201574 authored by Bodo Möller's avatar Bodo Möller
Browse files

Oops - ectest.c finds further problems beyond those exposed by bntext.c

parent 0a06ad76
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -646,6 +646,8 @@ int BN_GF2m_mod_inv(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, BN_CTX *ctx)
err:
#ifdef BN_DEBUG /* BN_CTX_end would complain about the expanded form */
        bn_correct_top(c);
        bn_correct_top(u);
        bn_correct_top(v);
#endif
  	BN_CTX_end(ctx);
	return ret;