don't violate the bn_check_top assertion in BN_mod_inverse_no_branch()
This commit is contained in:
parent
18f547734e
commit
d1e7d1d96c
1 changed files with 1 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue