diff --git a/demo/test.c b/demo/test.c index 3d81d87..596f7bd 100644 --- a/demo/test.c +++ b/demo/test.c @@ -159,7 +159,6 @@ int main(void) printf("Testing read_radix\n"); fp_read_radix(&a, "123456789012345678901234567890", 16); draw(&a); -#if 0 /* test mont */ printf("Montgomery test #1\n"); fp_set(&a, 0x1234567ULL); @@ -217,7 +216,6 @@ int main(void) } } printf("\n\n"); -#endif #ifdef TESTING goto testing;