Skip to content

Commit 144e429

Browse files
committed
Minor fixes.
1 parent 1633a9b commit 144e429

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Llr.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8575,7 +8575,7 @@ int fastIsPRP (
85758575

85768576
/* Do the PRP test */
85778577

8578-
if (IniGetInt(INI_FILE, "Gerbicz", smallbase == 2 ? 1 : 0) || PROOFMODE[0])
8578+
if (IniGetInt(INI_FILE, "Gerbicz", b == 2 ? 1 : 0) || PROOFMODE[0])
85798579
retval = multipointPRP(gb, n, c, gwdata, gdata, a, res, str);
85808580
else
85818581
retval = commonPRP(gwdata, gdata, a, res, str);

0 commit comments

Comments
 (0)