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:27 +00:00
parent 51a596ef4f
commit 27eb115fb6

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: