aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorTheo Buehler <tb@openbsd.org>2023-03-26 16:27:02 -0600
committerTheo Buehler <tb@openbsd.org>2023-03-26 16:27:02 -0600
commitec0749ebc13d389e8ac2095e180712aeb300968a (patch)
tree5ee25e98a1ad6fb56b70f9c8361af874963dceb9 /tests
parent4abde54b93e758e3f0d419edd997856ee8c59ac8 (diff)
downloadportable-ec0749ebc13d389e8ac2095e180712aeb300968a.tar.gz
portable-ec0749ebc13d389e8ac2095e180712aeb300968a.tar.bz2
portable-ec0749ebc13d389e8ac2095e180712aeb300968a.zip
Unhook the bn_mod_exp2_mont test
Diffstat (limited to 'tests')
-rw-r--r--tests/CMakeLists.txt5
-rw-r--r--tests/Makefile.am5
2 files changed, 0 insertions, 10 deletions
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
153target_link_libraries(bn_mod_exp ${OPENSSL_TEST_LIBS}) 153target_link_libraries(bn_mod_exp ${OPENSSL_TEST_LIBS})
154add_test(bn_mod_exp bn_mod_exp) 154add_test(bn_mod_exp bn_mod_exp)
155 155
156# bn_mod_exp2_mont
157add_executable(bn_mod_exp2_mont bn_mod_exp2_mont.c)
158target_link_libraries(bn_mod_exp2_mont ${OPENSSL_TEST_LIBS})
159add_test(bn_mod_exp2_mont bn_mod_exp2_mont)
160
161# bn_mod_sqrt 156# bn_mod_sqrt
162add_executable(bn_mod_sqrt bn_mod_sqrt.c) 157add_executable(bn_mod_sqrt bn_mod_sqrt.c)
163target_link_libraries(bn_mod_sqrt ${OPENSSL_TEST_LIBS}) 158target_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
170bn_mod_exp_CPPFLAGS = $(AM_CPPFLAGS) -ULIBRESSL_INTERNAL 170bn_mod_exp_CPPFLAGS = $(AM_CPPFLAGS) -ULIBRESSL_INTERNAL
171bn_mod_exp_SOURCES = bn_mod_exp.c 171bn_mod_exp_SOURCES = bn_mod_exp.c
172 172
173# bn_mod_exp2_mont
174TESTS += bn_mod_exp2_mont
175check_PROGRAMS += bn_mod_exp2_mont
176bn_mod_exp2_mont_SOURCES = bn_mod_exp2_mont.c
177
178# bn_mod_sqrt 173# bn_mod_sqrt
179TESTS += bn_mod_sqrt 174TESTS += bn_mod_sqrt
180check_PROGRAMS += bn_mod_sqrt 175check_PROGRAMS += bn_mod_sqrt