Unhook the bn_mod_exp2_mont test
This commit is contained in:
parent
4abde54b93
commit
ec0749ebc1
@ -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})
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user