aboutsummaryrefslogtreecommitdiff
path: root/dep/CMakeLists.txt
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2022-08-01 00:12:47 +0200
committerShauren <shauren.trinity@gmail.com>2022-08-01 00:12:47 +0200
commited2a2f032a35b35a5c0cf7a1e651630229581986 (patch)
treea3b56172523e14d296bb550428d5150b331c1eab /dep/CMakeLists.txt
parent818c288564bf0e7b63dfbb48a7734d8de0da0b63 (diff)
Core/Crypto: Added Ed25519 implementation
Diffstat (limited to 'dep/CMakeLists.txt')
-rw-r--r--dep/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/dep/CMakeLists.txt b/dep/CMakeLists.txt
index 8ef8d7488b8..55170ed1a15 100644
--- a/dep/CMakeLists.txt
+++ b/dep/CMakeLists.txt
@@ -22,6 +22,7 @@ if(SERVERS OR TOOLS)
add_subdirectory(openssl)
add_subdirectory(jemalloc)
add_subdirectory(argon2)
+ add_subdirectory(openssl_ed25519)
endif()
if(SERVERS)