mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-03-22 06:38:37 -05:00
Fix copy-and-paste error in testbn main program.
I called a 'pow' test line 'mul' in an error message.
This commit is contained in:
parent
d0e9630e1c
commit
90c7b1562c
2
sshbn.c
2
sshbn.c
@ -2025,7 +2025,7 @@ int main(int argc, char **argv)
|
|||||||
Bignum base, expt, modulus, expected, answer;
|
Bignum base, expt, modulus, expected, answer;
|
||||||
|
|
||||||
if (ptrnum != 4) {
|
if (ptrnum != 4) {
|
||||||
printf("%d: mul with %d parameters, expected 4\n", line, ptrnum);
|
printf("%d: pow with %d parameters, expected 4\n", line, ptrnum);
|
||||||
exit(1);
|
exit(1);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user