We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da1a0b8 commit 4427d57Copy full SHA for 4427d57
Makefile.am
@@ -101,7 +101,7 @@ if VALGRIND_ENABLED
101
tests_CPPFLAGS += -DVALGRIND
102
noinst_PROGRAMS += valgrind_ctime_test
103
valgrind_ctime_test_SOURCES = src/valgrind_ctime_test.c
104
-valgrind_ctime_test_LDADD = libsecp256k1.la $(SECP_LIBS) $(SECP_LIBS) $(COMMON_LIB)
+valgrind_ctime_test_LDADD = libsecp256k1.la $(SECP_LIBS) $(COMMON_LIB)
105
endif
106
if !ENABLE_COVERAGE
107
tests_CPPFLAGS += -DVERIFY
0 commit comments