wownero/contrib
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
..
epee cmake: epee: use var from FindOpenSSL.cmake 2017-10-17 16:13:07 -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