diff options
author | Riccardo Spagni <ric@spagni.net> | 2017-12-26 17:42:57 +0200 |
---|---|---|
committer | Riccardo Spagni <ric@spagni.net> | 2017-12-26 17:42:57 +0200 |
commit | 270236e8f41c1edd80a3b119af7e1bd23f3877b6 (patch) | |
tree | 8b5a6c141e6c2a749ea756929644b4c3d3429a33 | |
parent | Merge pull request #2611 (diff) | |
parent | unbound: enable SHA1 (diff) | |
download | monero-270236e8f41c1edd80a3b119af7e1bd23f3877b6.tar.xz |
Merge pull request #2996
1a271d25 unbound: enable SHA1 (moneromooo-monero)
-rw-r--r-- | external/unbound/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/external/unbound/CMakeLists.txt b/external/unbound/CMakeLists.txt index a2e475232..99ef62c5a 100644 --- a/external/unbound/CMakeLists.txt +++ b/external/unbound/CMakeLists.txt @@ -53,6 +53,7 @@ add_definitions(-std=c99) option(USE_ECDSA "Use ECDSA algorithms" ON) option(USE_SHA2 "Enable SHA2 support" ON) +option(USE_SHA1 "Enable SHA1 support" ON) set(ENABLE_DNSTAP 0) set(HAVE_SSL 1) if (CMAKE_USE_PTHREADS_INIT AND NOT CMAKE_USE_WIN32_THREADS_INIT) |