diff options
author | Theo Buehler <tb@openbsd.org> | 2023-03-26 16:27:02 -0600 |
---|---|---|
committer | Theo Buehler <tb@openbsd.org> | 2023-03-26 16:27:02 -0600 |
commit | ec0749ebc13d389e8ac2095e180712aeb300968a (patch) | |
tree | 5ee25e98a1ad6fb56b70f9c8361af874963dceb9 /tests/Makefile.am | |
parent | 4abde54b93e758e3f0d419edd997856ee8c59ac8 (diff) | |
download | portable-ec0749ebc13d389e8ac2095e180712aeb300968a.tar.gz portable-ec0749ebc13d389e8ac2095e180712aeb300968a.tar.bz2 portable-ec0749ebc13d389e8ac2095e180712aeb300968a.zip |
Unhook the bn_mod_exp2_mont test
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r-- | tests/Makefile.am | 5 |
1 files changed, 0 insertions, 5 deletions
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 | |||
170 | bn_mod_exp_CPPFLAGS = $(AM_CPPFLAGS) -ULIBRESSL_INTERNAL | 170 | bn_mod_exp_CPPFLAGS = $(AM_CPPFLAGS) -ULIBRESSL_INTERNAL |
171 | bn_mod_exp_SOURCES = bn_mod_exp.c | 171 | bn_mod_exp_SOURCES = bn_mod_exp.c |
172 | 172 | ||
173 | # bn_mod_exp2_mont | ||
174 | TESTS += bn_mod_exp2_mont | ||
175 | check_PROGRAMS += bn_mod_exp2_mont | ||
176 | bn_mod_exp2_mont_SOURCES = bn_mod_exp2_mont.c | ||
177 | |||
178 | # bn_mod_sqrt | 173 | # bn_mod_sqrt |
179 | TESTS += bn_mod_sqrt | 174 | TESTS += bn_mod_sqrt |
180 | check_PROGRAMS += bn_mod_sqrt | 175 | check_PROGRAMS += bn_mod_sqrt |