Skip to content
Snippets Groups Projects
Commit 17352ba7 authored by Niels Möller's avatar Niels Möller
Browse files

Fix typo in test for ecc_generic_modq.

parent 018d8bcd
No related branches found
No related tags found
No related merge requests found
...@@ -98,7 +98,7 @@ test_main (void) ...@@ -98,7 +98,7 @@ test_main (void)
abort (); abort ();
} }
if (ecc->Bmodp_size < ecc->size) if (ecc->Bmodq_size < ecc->size)
{ {
mpn_copyi (m, a, 2*ecc->size); mpn_copyi (m, a, 2*ecc->size);
ecc_generic_modq (ecc, m); ecc_generic_modq (ecc, m);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment