Skip to content

Commit

Permalink
divide the correct number...
Browse files Browse the repository at this point in the history
  • Loading branch information
Ulf Möller committed Feb 25, 2000
1 parent c04949e commit 766d78c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crypto/bn/bn_recp.c
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ int BN_div_recp(BIGNUM *dv, BIGNUM *rem, BIGNUM *m, BN_RECP_CTX *recp,
5383BF622A20B17E1BAA999336988B82B93F5FB77B55B4B68
9412000000000031 / 298EB5957DBFB8CBB2CC2A9F789D2B5
fails, for example. */
ret=BN_div(dv,rem,a,&(recp->N),ctx);
ret=BN_div(dv,rem,m,&(recp->N),ctx);
#else
BNerr(BN_F_BN_MOD_MUL_RECIPROCAL,BN_R_BAD_RECIPROCAL);
#endif
Expand Down

0 comments on commit 766d78c

Please sign in to comment.