Always require OS randomness when generating secret keys
This commit is contained in:
@@ -421,7 +421,8 @@ endif
|
||||
lore_cli_LDADD = \
|
||||
$(LIBBITCOIN_CLI) \
|
||||
$(LIBUNIVALUE) \
|
||||
$(LIBBITCOIN_UTIL)
|
||||
$(LIBBITCOIN_UTIL) \
|
||||
$(LIBBITCOIN_CRYPTO)
|
||||
|
||||
lore_cli_LDADD += $(BOOST_LIBS) $(SSL_LIBS) $(CRYPTO_LIBS) $(EVENT_LIBS)
|
||||
if ENABLE_WALLET
|
||||
|
||||
Reference in New Issue
Block a user