From ec0749ebc13d389e8ac2095e180712aeb300968a Mon Sep 17 00:00:00 2001 From: Theo Buehler Date: Sun, 26 Mar 2023 16:27:02 -0600 Subject: Unhook the bn_mod_exp2_mont test --- tests/CMakeLists.txt | 5 ----- tests/Makefile.am | 5 ----- 2 files changed, 10 deletions(-) (limited to 'tests') diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index f3336fc..900f2ea 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -153,11 +153,6 @@ set_source_files_properties(bn_mod_exp.c PROPERTIES COMPILE_FLAGS target_link_libraries(bn_mod_exp ${OPENSSL_TEST_LIBS}) add_test(bn_mod_exp bn_mod_exp) -# bn_mod_exp2_mont -add_executable(bn_mod_exp2_mont bn_mod_exp2_mont.c) -target_link_libraries(bn_mod_exp2_mont ${OPENSSL_TEST_LIBS}) -add_test(bn_mod_exp2_mont bn_mod_exp2_mont) - # bn_mod_sqrt add_executable(bn_mod_sqrt bn_mod_sqrt.c) target_link_libraries(bn_mod_sqrt ${OPENSSL_TEST_LIBS}) diff --git a/tests/Makefile.am b/tests/Makefile.am index 87b196a..9f69157 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -170,11 +170,6 @@ check_PROGRAMS += bn_mod_exp bn_mod_exp_CPPFLAGS = $(AM_CPPFLAGS) -ULIBRESSL_INTERNAL bn_mod_exp_SOURCES = bn_mod_exp.c -# bn_mod_exp2_mont -TESTS += bn_mod_exp2_mont -check_PROGRAMS += bn_mod_exp2_mont -bn_mod_exp2_mont_SOURCES = bn_mod_exp2_mont.c - # bn_mod_sqrt TESTS += bn_mod_sqrt check_PROGRAMS += bn_mod_sqrt -- cgit v1.2.3-55-g6feb