summaryrefslogtreecommitdiffstats
path: root/cmake
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2013-11-02 20:04:57 +0100
committerMatthias Schiffer <mschiffer@universe-factory.net>2013-11-02 21:06:23 +0100
commitd04123c9ed17d7a590702cd574e651aa78021a5c (patch)
treeb71c7f3b365c90d15393c8d3becfc741015e0ced /cmake
parent8764a80ac01c5b37e6657db07bba7323e2a61906 (diff)
downloadfastd-d04123c9ed17d7a590702cd574e651aa78021a5c.tar
fastd-d04123c9ed17d7a590702cd574e651aa78021a5c.zip
Make adding new methods a bit nicer
Diffstat (limited to 'cmake')
-rw-r--r--cmake/config.cmake3
1 files changed, 0 insertions, 3 deletions
diff --git a/cmake/config.cmake b/cmake/config.cmake
index dd8d8c8..53f4b65 100644
--- a/cmake/config.cmake
+++ b/cmake/config.cmake
@@ -32,9 +32,6 @@ set(WITH_CIPHER_AES128_CTR_NACL TRUE CACHE BOOL "Include the AES128-CTR implemen
set(WITH_MAC_GHASH TRUE CACHE BOOL "Include the GHASH MAC algorithm")
set(WITH_MAC_GHASH_BUILTIN TRUE CACHE BOOL "Include the built-in GHASH implementation")
-set(WITH_METHOD_XSALSA20_POLY1305 TRUE CACHE BOOL "Include xsalsa20-poly1305 method")
-set(WITH_METHOD_GENERIC_GCM TRUE CACHE BOOL "Include generic gcm method")
-
# Ensure the value is numeric
math(EXPR MAX_CONFIG_DEPTH_NUM ${MAX_CONFIG_DEPTH})