diff options
Diffstat (limited to 'tests/CMakeLists.txt')
-rw-r--r-- | tests/CMakeLists.txt | 5 |
1 files changed, 0 insertions, 5 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 | |||
153 | target_link_libraries(bn_mod_exp ${OPENSSL_TEST_LIBS}) | 153 | target_link_libraries(bn_mod_exp ${OPENSSL_TEST_LIBS}) |
154 | add_test(bn_mod_exp bn_mod_exp) | 154 | add_test(bn_mod_exp bn_mod_exp) |
155 | 155 | ||
156 | # bn_mod_exp2_mont | ||
157 | add_executable(bn_mod_exp2_mont bn_mod_exp2_mont.c) | ||
158 | target_link_libraries(bn_mod_exp2_mont ${OPENSSL_TEST_LIBS}) | ||
159 | add_test(bn_mod_exp2_mont bn_mod_exp2_mont) | ||
160 | |||
161 | # bn_mod_sqrt | 156 | # bn_mod_sqrt |
162 | add_executable(bn_mod_sqrt bn_mod_sqrt.c) | 157 | add_executable(bn_mod_sqrt bn_mod_sqrt.c) |
163 | target_link_libraries(bn_mod_sqrt ${OPENSSL_TEST_LIBS}) | 158 | target_link_libraries(bn_mod_sqrt ${OPENSSL_TEST_LIBS}) |