Fix clearly untested "clever" hack.

This commit is contained in:
Ben Laurie
1999-02-25 09:43:26 +00:00
parent 74cc3698bd
commit 4f9b306ca7
2 changed files with 2 additions and 2 deletions

View File

@@ -258,7 +258,7 @@ BN_MONT_CTX *mont;
good=0;
BN_mod_mul_montgomery(dd,d,d,mont,ctx2);
if (good && (BN_cmp(dd,mont_one) == 0))
{
ret=1;