aboutsummaryrefslogtreecommitdiff
path: root/src/common/command_line.cpp
diff options
context:
space:
mode:
authorwarptangent <warptangent@tutanota.com>2016-02-12 12:36:55 -0800
committerwarptangent <warptangent@tutanota.com>2016-02-12 15:02:06 -0800
commit7205210b0f6c3648361a9a0b2c17f1b6e7163ad9 (patch)
treec3a47874f840e46af43f69d69eff65472855fc6e /src/common/command_line.cpp
parent3e72d97ca7d9fa4d130833d84108d08b92e97467 (diff)
downloadmonzero-core-7205210b0f6c3648361a9a0b2c17f1b6e7163ad9.tar.gz
monzero-core-7205210b0f6c3648361a9a0b2c17f1b6e7163ad9.tar.xz
monzero-core-7205210b0f6c3648361a9a0b2c17f1b6e7163ad9.zip
cmake: Fix unbound config compile settings
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()
Diffstat (limited to 'src/common/command_line.cpp')
0 files changed, 0 insertions, 0 deletions