From 84fe0a03f69cd03b74bc95a5e689891dedd53613 Mon Sep 17 00:00:00 2001 From: des Date: Fri, 22 Jan 2016 14:22:11 +0000 Subject: r294563 was incomplete; re-add the client-side options as well. --- crypto/openssh/readconf.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'crypto') diff --git a/crypto/openssh/readconf.c b/crypto/openssh/readconf.c index 4c3e051..326a59c 100644 --- a/crypto/openssh/readconf.c +++ b/crypto/openssh/readconf.c @@ -286,6 +286,8 @@ static struct { { "hpnbuffersize", oDeprecated }, { "tcprcvbufpoll", oDeprecated }, { "tcprcvbuf", oDeprecated }, + { "noneenabled", oUnsupported }, + { "noneswitch", oUnsupported }, { "versionaddendum", oVersionAddendum }, { NULL, oBadOption } -- cgit v1.1