aboutsummaryrefslogtreecommitdiff
path: root/libcmix-crypto/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'libcmix-crypto/CMakeLists.txt')
-rw-r--r--libcmix-crypto/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/libcmix-crypto/CMakeLists.txt b/libcmix-crypto/CMakeLists.txt
index 7fa0d29..56dd553 100644
--- a/libcmix-crypto/CMakeLists.txt
+++ b/libcmix-crypto/CMakeLists.txt
@@ -13,7 +13,7 @@ set(interface_sources
)
target_sources(cmix-crypto-interface
- INTERFACE ${interace_sources}
+ INTERFACE ${interface_sources}
)
include(curve25519_implementations)
@@ -32,7 +32,7 @@ target_sources(cmix-crypto
INTERFACE ${interface_sources}
)
-option(UseEC "Use curve25519 instead of RSA" OFF)
+option(UseEC "Use curve25519 instead of elgamal in a multiplicative group" OFF)
if(UseEC)
target_link_libraries(cmix-crypto