Skip to content

Commit d2ab006

Browse files
committed
cmake: Do not disable libsecp's constant time tests
This change mirrors the behavior of the master branch.
1 parent 1eb1250 commit d2ab006

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ set(SECP256K1_ECMULT_GEN_KB 86 CACHE STRING "" FORCE)
5050
set(SECP256K1_BUILD_BENCHMARK OFF CACHE BOOL "" FORCE)
5151
set(SECP256K1_BUILD_TESTS ${BUILD_TESTS} CACHE BOOL "" FORCE)
5252
set(SECP256K1_BUILD_EXHAUSTIVE_TESTS ${BUILD_TESTS} CACHE BOOL "" FORCE)
53-
set(SECP256K1_BUILD_CTIME_TESTS OFF CACHE BOOL "" FORCE)
5453
set(SECP256K1_BUILD_EXAMPLES OFF CACHE BOOL "" FORCE)
5554
include(GetTargetInterface)
5655
# -fsanitize and related flags apply to both C++ and C,

0 commit comments

Comments
 (0)