summaryrefslogtreecommitdiffstats
path: root/src/lex.c
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2013-11-30 04:40:08 +0100
committerMatthias Schiffer <mschiffer@universe-factory.net>2013-11-30 04:40:08 +0100
commitf7e72b3584b54d43401fb02aa7ea677dc3bf0564 (patch)
treebf3bae4b8584b97b44d44f58c8b07f598b9fe4bb /src/lex.c
parenta18b49e7c6271b0079fd673ceb3479399ed8099c (diff)
downloadfastd-f7e72b3584b54d43401fb02aa7ea677dc3bf0564.tar
fastd-f7e72b3584b54d43401fb02aa7ea677dc3bf0564.zip
config: update and sort keyword list
Diffstat (limited to 'src/lex.c')
-rw-r--r--src/lex.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lex.c b/src/lex.c
index 8a2109d..4a719de 100644
--- a/src/lex.c
+++ b/src/lex.c
@@ -54,7 +54,7 @@ static const keyword_t keywords[] = {
{ "auto", TOK_AUTO },
{ "bind", TOK_BIND },
{ "capabilities", TOK_CAPABILITIES },
- { "crypto", TOK_CRYPTO },
+ { "cipher", TOK_CIPHER },
{ "debug", TOK_DEBUG },
{ "debug2", TOK_DEBUG2 },
{ "default", TOK_DEFAULT },