diff options
author | Shauren <shauren.trinity@gmail.com> | 2022-08-01 00:12:47 +0200 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2022-08-01 00:12:47 +0200 |
commit | ed2a2f032a35b35a5c0cf7a1e651630229581986 (patch) | |
tree | a3b56172523e14d296bb550428d5150b331c1eab /dep/CMakeLists.txt | |
parent | 818c288564bf0e7b63dfbb48a7734d8de0da0b63 (diff) |
Core/Crypto: Added Ed25519 implementation
Diffstat (limited to 'dep/CMakeLists.txt')
-rw-r--r-- | dep/CMakeLists.txt | 1 |
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) |