summaryrefslogtreecommitdiffstats
path: root/cmake/config.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'cmake/config.cmake')
-rw-r--r--cmake/config.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/config.cmake b/cmake/config.cmake
index 7a27577..e08955e 100644
--- a/cmake/config.cmake
+++ b/cmake/config.cmake
@@ -20,7 +20,7 @@ endif()
set(WITH_CAPABILITIES ${LINUX} CACHE BOOL "Include support for POSIX capabilities")
-set(ENABLE_LIBSODIUM FALSE CACHE BOOL "Use libsodium instead of NaCl")
+set(ENABLE_LIBSODIUM TRUE CACHE BOOL "Use libsodium instead of NaCl")
set(ENABLE_OPENSSL FALSE CACHE BOOL "Enable crypto implementations using OpenSSL")
if(LINUX)