don't violate the bn_check_top assertion in BN_mod_inverse_no_branch()
This commit is contained in:
parent
18f547734e
commit
d1e7d1d96c
@ -618,6 +618,7 @@ X) -> 0x%08X\n",
|
|||||||
rm->neg = neg;
|
rm->neg = neg;
|
||||||
bn_check_top(rm);
|
bn_check_top(rm);
|
||||||
}
|
}
|
||||||
|
bn_correct_top(res);
|
||||||
BN_CTX_end(ctx);
|
BN_CTX_end(ctx);
|
||||||
return(1);
|
return(1);
|
||||||
err:
|
err:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user