diff options
| author | fanquake <[email protected]> | 2019-10-26 09:09:25 -0400 |
|---|---|---|
| committer | fanquake <[email protected]> | 2019-11-18 08:56:47 -0500 |
| commit | 8983ee3e6dd8ab658bd2caf97c326cc53ea50818 (patch) | |
| tree | 8c3e009c029dfcfe8269f54663118ac33ecc7185 /src/Makefile.test.include | |
| parent | random: Remove remaining OpenSSL calls and locking infrastructure (diff) | |
| download | discoin-8983ee3e6dd8ab658bd2caf97c326cc53ea50818.tar.xz discoin-8983ee3e6dd8ab658bd2caf97c326cc53ea50818.zip | |
build: remove OpenSSL detection and libs
Diffstat (limited to 'src/Makefile.test.include')
| -rw-r--r-- | src/Makefile.test.include | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/Makefile.test.include b/src/Makefile.test.include index dd1ade549..d2d897af2 100644 --- a/src/Makefile.test.include +++ b/src/Makefile.test.include @@ -91,7 +91,6 @@ FUZZ_SUITE_LD_COMMON = \ $(LIBMEMENV) \ $(LIBSECP256K1) \ $(EVENT_LIBS) \ - $(CRYPTO_LIBS) \ $(EVENT_PTHREADS_LIBS) # test_bitcoin binary # @@ -207,7 +206,7 @@ test_test_bitcoin_LDADD += $(LIBBITCOIN_SERVER) $(LIBBITCOIN_CLI) $(LIBBITCOIN_C $(LIBLEVELDB) $(LIBLEVELDB_SSE42) $(LIBMEMENV) $(BOOST_LIBS) $(BOOST_UNIT_TEST_FRAMEWORK_LIB) $(LIBSECP256K1) $(EVENT_LIBS) $(EVENT_PTHREADS_LIBS) test_test_bitcoin_CXXFLAGS = $(AM_CXXFLAGS) $(PIE_FLAGS) -test_test_bitcoin_LDADD += $(BDB_LIBS) $(CRYPTO_LIBS) $(MINIUPNPC_LIBS) $(RAPIDCHECK_LIBS) +test_test_bitcoin_LDADD += $(BDB_LIBS) $(MINIUPNPC_LIBS) $(RAPIDCHECK_LIBS) test_test_bitcoin_LDFLAGS = $(RELDFLAGS) $(AM_LDFLAGS) $(LIBTOOL_APP_LDFLAGS) -static if ENABLE_ZMQ |