We don't support explicit curves, commenting out the test

Related: rhbz#2123755
This commit is contained in:
Dmitry Belyavskiy 2022-09-02 15:28:40 +02:00
parent 080143cbc1
commit 89541c6ea4
1 changed files with 1 additions and 1 deletions

View File

@ -2284,7 +2284,7 @@ int setup_tests(void)
return 0;
ADD_TEST(parameter_test);
ADD_TEST(cofactor_range_test);
/*ADD_TEST(cofactor_range_test);*/
ADD_ALL_TESTS(cardinality_test, crv_len);
ADD_TEST(prime_field_tests);
#ifndef OPENSSL_NO_EC2M