Fix typo in exptest.c.
This commit is contained in:
parent
682b112abc
commit
22cd982566
@ -163,7 +163,7 @@ int main(int argc, char *argv[])
|
|||||||
{
|
{
|
||||||
if (BN_cmp(r_simple,r_mont) != 0)
|
if (BN_cmp(r_simple,r_mont) != 0)
|
||||||
printf("\nsimple and mont results differ\n");
|
printf("\nsimple and mont results differ\n");
|
||||||
if (BN_cmp(r_simple,r_mont) != 0)
|
if (BN_cmp(r_simple,r_mont_const) != 0)
|
||||||
printf("\nsimple and mont const time results differ\n");
|
printf("\nsimple and mont const time results differ\n");
|
||||||
if (BN_cmp(r_simple,r_recp) != 0)
|
if (BN_cmp(r_simple,r_recp) != 0)
|
||||||
printf("\nsimple and recp results differ\n");
|
printf("\nsimple and recp results differ\n");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user