diff options
author | des <des@FreeBSD.org> | 2016-01-22 14:22:11 +0000 |
---|---|---|
committer | des <des@FreeBSD.org> | 2016-01-22 14:22:11 +0000 |
commit | 84fe0a03f69cd03b74bc95a5e689891dedd53613 (patch) | |
tree | dadc89e664acad0c283af48ccfad7af823dd9745 /crypto/openssh | |
parent | 150b570cfa09abb0276cfbcb1eb85e34a9e4e05d (diff) | |
download | FreeBSD-src-84fe0a03f69cd03b74bc95a5e689891dedd53613.zip FreeBSD-src-84fe0a03f69cd03b74bc95a5e689891dedd53613.tar.gz |
r294563 was incomplete; re-add the client-side options as well.
Diffstat (limited to 'crypto/openssh')
-rw-r--r-- | crypto/openssh/readconf.c | 2 |
1 files changed, 2 insertions, 0 deletions
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 } |