From 8ff7026b0e96234ea364a51f0174ecf49cf8bed3 Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Wed, 16 Oct 2013 20:37:16 +0200 Subject: Add `secure handshakes' option (without effect for now) Not setting the option produces a warning (so not having it set is deprecated now), so we can change the default from no to yes in a few release cycles. --- src/lex.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/lex.c') diff --git a/src/lex.c b/src/lex.c index b8f6496..8a2109d 100644 --- a/src/lex.c +++ b/src/lex.c @@ -69,6 +69,7 @@ static const keyword_t keywords[] = { { "forward", TOK_FORWARD }, { "from", TOK_FROM }, { "group", TOK_GROUP }, + { "handshakes", TOK_HANDSHAKES }, { "hide", TOK_HIDE }, { "include", TOK_INCLUDE }, { "info", TOK_INFO }, @@ -95,6 +96,7 @@ static const keyword_t keywords[] = { { "protocol", TOK_PROTOCOL }, { "remote", TOK_REMOTE }, { "secret", TOK_SECRET }, + { "secure", TOK_SECURE }, { "stderr", TOK_STDERR }, { "syslog", TOK_SYSLOG }, { "tap", TOK_TAP }, -- cgit v1.2.3