monero/contrib/epee/src
redfish 4b228dd356 cmake: epee: use var from FindOpenSSL.cmake
This fixes linking when path to openssl
is defined manually:
cmake -DOPENSSL_ROOT_DIR='/usr/include/openssl-1.0;/usr/lib/openssl-1.0' ...

This is useful for building with OpenSSL v1.0
when default system installation is v1.1.

The linking error is undefined SSL_load_error_strings symbol.
This is due to -L /usr/lib/openssl-1.0 not making it onto
the linkline (so -lssl pulls in the default system openssl).
2017-10-17 16:13:07 -04:00
..
CMakeLists.txt cmake: epee: use var from FindOpenSSL.cmake 2017-10-17 16:13:07 -04:00
hex.cpp Simplified the implementation and features of span 2017-04-11 16:35:14 -04:00
http_auth.cpp Improvements for epee binary to hex functions: 2017-04-11 16:35:00 -04:00
mlog.cpp frob level 1 logs a bit for consistency 2017-10-07 20:03:42 +01:00
net_utils_base.cpp Upgrades to epee::net_utils::network_address 2017-10-05 11:57:09 -04:00
readline_buffer.cpp Simplify readline support 2017-08-22 08:30:04 +01:00
string_tools.cpp Fix freebsd build 2017-03-21 10:41:21 -04:00