mirror of
https://github.com/monero-project/monero.git
synced 2024-10-01 11:49:47 -04:00
7205210b0f
This allows the OpenSSL function checks to compile in unbound's CMake configuration. Otherwise, the functions SHA256() and EVP_sha512() won't be called from libunbound as possible algorithms. They had not been compiling because static OpenSSL libraries were being used, along with lack of -ldl. The static library preference is unnecessary for the checks, so use default suffixes ordering for CMAKE_FIND_LIBRARY_SUFFIXES when building unbound. Related files: configure_checks.cmake external/unbound/validator/val_secalgo.c secalgo_ds_digest(), setup_key_digest() |
||
---|---|---|
.. | ||
db_drivers | ||
miniupnpc | ||
rapidjson | ||
unbound | ||
CMakeLists.txt |