Description
Installing a new linux with openssl 1.1 in one of my pc's, i have some errors to compile the wallet.
First thing who i did was to downgrade to openssl 1.0 and the compilation started but faced with another error.
src/bitcoinrpc.cpp:2911:102: error: wrong number of template arguments (2, should be 1) t::shared_ptr< basic_socket_acceptor<Protocol, SocketAcceptorService> > acceptor, ^ In file included from /usr/include/boost/asio.hpp:30:0, from src/bitcoinrpc.cpp:19: /usr/include/boost/asio/basic_socket_acceptor.hpp:73:7: note: provided for ‘template<class Protocol> class boost::asio::basic_socket_acceptor’ class basic_socket_acceptor ^~~~~~~~~~~~~~~~~~~~~
Is there a way to compile without to downgrade openssl?
I tried to change the BN_init to BN_new in the bignum.h file but without any success.