don't violate the bn_check_top assertion in BN_mod_inverse_no_branch()

This commit is contained in:
Bodo Möller 2007-04-19 14:45:57 +00:00
parent 18f547734e
commit d1e7d1d96c

View file

@ -618,6 +618,7 @@ X) -> 0x%08X\n",
rm->neg = neg;
bn_check_top(rm);
}
bn_correct_top(res);
BN_CTX_end(ctx);
return(1);
err: