Skip to content

Commit b2c8c42

Browse files
Merge #795: Avoid linking libcrypto in the valgrind ct test.
57d3a3c Avoid linking libcrypto in the valgrind ct test. (Gregory Maxwell) Pull request description: Libcrypto isn't useful here and on some systems UB in OpenSSL's init causes failures. Fixes #775. ACKs for top commit: real-or-random: ACK 57d3a3c elichai: tACK 57d3a3c Tree-SHA512: 0b10b3e9cc0871a9a93271c72be9d1663ea163745071cb4951a99664c048ab5b6f46bb7cff36e7000e8fb26df7ee164f536f61210bece376478f9f774f34e83d
2 parents 805082d + 57d3a3c commit b2c8c42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ if VALGRIND_ENABLED
9999
tests_CPPFLAGS += -DVALGRIND
100100
noinst_PROGRAMS += valgrind_ctime_test
101101
valgrind_ctime_test_SOURCES = src/valgrind_ctime_test.c
102-
valgrind_ctime_test_LDADD = libsecp256k1.la $(SECP_LIBS) $(SECP_TEST_LIBS) $(COMMON_LIB)
102+
valgrind_ctime_test_LDADD = libsecp256k1.la $(SECP_LIBS) $(SECP_LIBS) $(COMMON_LIB)
103103
endif
104104
if !ENABLE_COVERAGE
105105
tests_CPPFLAGS += -DVERIFY

0 commit comments

Comments
 (0)