diff options
Diffstat (limited to 'src/lib/libcrypto/ec/ectest.c')
-rw-r--r-- | src/lib/libcrypto/ec/ectest.c | 14 |
1 files changed, 2 insertions, 12 deletions
diff --git a/src/lib/libcrypto/ec/ectest.c b/src/lib/libcrypto/ec/ectest.c index 6148d553f9..7509cb9c7c 100644 --- a/src/lib/libcrypto/ec/ectest.c +++ b/src/lib/libcrypto/ec/ectest.c | |||
@@ -432,9 +432,7 @@ void prime_field_tests() | |||
432 | if (!EC_POINT_is_at_infinity(group, Q)) ABORT; | 432 | if (!EC_POINT_is_at_infinity(group, Q)) ABORT; |
433 | fprintf(stdout, "."); | 433 | fprintf(stdout, "."); |
434 | fflush(stdout); | 434 | fflush(stdout); |
435 | #if 0 | ||
436 | if (!EC_GROUP_precompute_mult(group, ctx)) ABORT; | 435 | if (!EC_GROUP_precompute_mult(group, ctx)) ABORT; |
437 | #endif | ||
438 | if (!EC_POINT_mul(group, Q, z, NULL, NULL, ctx)) ABORT; | 436 | if (!EC_POINT_mul(group, Q, z, NULL, NULL, ctx)) ABORT; |
439 | if (!EC_POINT_is_at_infinity(group, Q)) ABORT; | 437 | if (!EC_POINT_is_at_infinity(group, Q)) ABORT; |
440 | fprintf(stdout, " ok\n"); | 438 | fprintf(stdout, " ok\n"); |
@@ -478,9 +476,7 @@ void prime_field_tests() | |||
478 | if (!EC_POINT_is_at_infinity(group, Q)) ABORT; | 476 | if (!EC_POINT_is_at_infinity(group, Q)) ABORT; |
479 | fprintf(stdout, "."); | 477 | fprintf(stdout, "."); |
480 | fflush(stdout); | 478 | fflush(stdout); |
481 | #if 0 | ||
482 | if (!EC_GROUP_precompute_mult(group, ctx)) ABORT; | 479 | if (!EC_GROUP_precompute_mult(group, ctx)) ABORT; |
483 | #endif | ||
484 | if (!EC_POINT_mul(group, Q, z, NULL, NULL, ctx)) ABORT; | 480 | if (!EC_POINT_mul(group, Q, z, NULL, NULL, ctx)) ABORT; |
485 | if (!EC_POINT_is_at_infinity(group, Q)) ABORT; | 481 | if (!EC_POINT_is_at_infinity(group, Q)) ABORT; |
486 | fprintf(stdout, " ok\n"); | 482 | fprintf(stdout, " ok\n"); |
@@ -525,9 +521,7 @@ void prime_field_tests() | |||
525 | if (!EC_POINT_is_at_infinity(group, Q)) ABORT; | 521 | if (!EC_POINT_is_at_infinity(group, Q)) ABORT; |
526 | fprintf(stdout, "."); | 522 | fprintf(stdout, "."); |
527 | fflush(stdout); | 523 | fflush(stdout); |
528 | #if 0 | ||
529 | if (!EC_GROUP_precompute_mult(group, ctx)) ABORT; | 524 | if (!EC_GROUP_precompute_mult(group, ctx)) ABORT; |
530 | #endif | ||
531 | if (!EC_POINT_mul(group, Q, z, NULL, NULL, ctx)) ABORT; | 525 | if (!EC_POINT_mul(group, Q, z, NULL, NULL, ctx)) ABORT; |
532 | if (!EC_POINT_is_at_infinity(group, Q)) ABORT; | 526 | if (!EC_POINT_is_at_infinity(group, Q)) ABORT; |
533 | fprintf(stdout, " ok\n"); | 527 | fprintf(stdout, " ok\n"); |
@@ -577,9 +571,7 @@ void prime_field_tests() | |||
577 | if (!EC_POINT_is_at_infinity(group, Q)) ABORT; | 571 | if (!EC_POINT_is_at_infinity(group, Q)) ABORT; |
578 | fprintf(stdout, "."); | 572 | fprintf(stdout, "."); |
579 | fflush(stdout); | 573 | fflush(stdout); |
580 | #if 0 | ||
581 | if (!EC_GROUP_precompute_mult(group, ctx)) ABORT; | 574 | if (!EC_GROUP_precompute_mult(group, ctx)) ABORT; |
582 | #endif | ||
583 | if (!EC_POINT_mul(group, Q, z, NULL, NULL, ctx)) ABORT; | 575 | if (!EC_POINT_mul(group, Q, z, NULL, NULL, ctx)) ABORT; |
584 | if (!EC_POINT_is_at_infinity(group, Q)) ABORT; | 576 | if (!EC_POINT_is_at_infinity(group, Q)) ABORT; |
585 | fprintf(stdout, " ok\n"); | 577 | fprintf(stdout, " ok\n"); |
@@ -635,9 +627,7 @@ void prime_field_tests() | |||
635 | if (!EC_POINT_is_at_infinity(group, Q)) ABORT; | 627 | if (!EC_POINT_is_at_infinity(group, Q)) ABORT; |
636 | fprintf(stdout, "."); | 628 | fprintf(stdout, "."); |
637 | fflush(stdout); | 629 | fflush(stdout); |
638 | #if 0 | ||
639 | if (!EC_GROUP_precompute_mult(group, ctx)) ABORT; | 630 | if (!EC_GROUP_precompute_mult(group, ctx)) ABORT; |
640 | #endif | ||
641 | if (!EC_POINT_mul(group, Q, z, NULL, NULL, ctx)) ABORT; | 631 | if (!EC_POINT_mul(group, Q, z, NULL, NULL, ctx)) ABORT; |
642 | if (!EC_POINT_is_at_infinity(group, Q)) ABORT; | 632 | if (!EC_POINT_is_at_infinity(group, Q)) ABORT; |
643 | fprintf(stdout, " ok\n"); | 633 | fprintf(stdout, " ok\n"); |
@@ -809,7 +799,7 @@ void prime_field_tests() | |||
809 | if (!EC_POINT_is_at_infinity(group, Q)) ABORT; \ | 799 | if (!EC_POINT_is_at_infinity(group, Q)) ABORT; \ |
810 | fprintf(stdout, "."); \ | 800 | fprintf(stdout, "."); \ |
811 | fflush(stdout); \ | 801 | fflush(stdout); \ |
812 | /* if (!EC_GROUP_precompute_mult(group, ctx)) ABORT; */ \ | 802 | if (!EC_GROUP_precompute_mult(group, ctx)) ABORT; \ |
813 | if (!EC_POINT_mul(group, Q, z, NULL, NULL, ctx)) ABORT; \ | 803 | if (!EC_POINT_mul(group, Q, z, NULL, NULL, ctx)) ABORT; \ |
814 | if (!EC_POINT_is_at_infinity(group, Q)) ABORT; \ | 804 | if (!EC_POINT_is_at_infinity(group, Q)) ABORT; \ |
815 | fprintf(stdout, " ok\n"); \ | 805 | fprintf(stdout, " ok\n"); \ |
@@ -1336,7 +1326,7 @@ int main(int argc, char *argv[]) | |||
1336 | #endif | 1326 | #endif |
1337 | CRYPTO_cleanup_all_ex_data(); | 1327 | CRYPTO_cleanup_all_ex_data(); |
1338 | ERR_free_strings(); | 1328 | ERR_free_strings(); |
1339 | ERR_remove_state(0); | 1329 | ERR_remove_thread_state(NULL); |
1340 | CRYPTO_mem_leaks_fp(stderr); | 1330 | CRYPTO_mem_leaks_fp(stderr); |
1341 | 1331 | ||
1342 | return 0; | 1332 | return 0; |