wownero/contrib
redfish 29497f7920 epee: use boost type for SSL error code
Fixes compile error when building with OpenSSL v1.1:

contrib/epee/include/net/net_helper.h: In member function ‘void epee::net_utils::blocked_mode_client::shutdown_ssl()’:
contrib/epee/include/net/net_helper.h:579:106: error: ‘SSL_R_SHORT_READ’ was not declared in this scope
    if (ec.category() == boost::asio::error::get_ssl_category() && ec.value() != ERR_PACK(ERR_LIB_SSL, 0, SSL_R_SHORT_READ))
                                                                                                          ^
contrib/epee/include/net/net_helper.h:579:106: note: suggested alternative: ‘SSL_F_SSL_READ’

See boost/asio/ssl/error.hpp.
Boost handles differences between OpenSSL versions.

cmake: fail if Boost is too old for OpenSSL v1.1
2017-10-17 16:12:58 -04:00
..
epee epee: use boost type for SSL error code 2017-10-17 16:12:58 -04:00
fuzz_testing Add fuzz testing using american fuzzy lop 2017-06-24 16:46:18 +01:00
rlwrap contrib: add sync_info to rlwrap command set 2017-08-22 11:40:41 +01:00
snap Unify dist files and prime 2017-02-24 03:28:22 +01:00
valgrind monero.supp: add a suppression for noisy boost cond var signalling 2016-11-28 09:52:59 +00:00
CMakeLists.txt cmake: build tests last 2017-10-08 20:47:50 -04:00