summaryrefslogtreecommitdiffstats
path: root/crypto
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2016-01-22 13:13:46 +0000
committerdes <des@FreeBSD.org>2016-01-22 13:13:46 +0000
commit150b570cfa09abb0276cfbcb1eb85e34a9e4e05d (patch)
treef055200c719d6658b2a282ff0cda733801b1b211 /crypto
parentf38c96c97d072c9ed3a7551b5fa391f0f2d42644 (diff)
downloadFreeBSD-src-150b570cfa09abb0276cfbcb1eb85e34a9e4e05d.zip
FreeBSD-src-150b570cfa09abb0276cfbcb1eb85e34a9e4e05d.tar.gz
Instead of removing the NoneEnabled option, mark it as unsupported.
(should have done this in r291198, but didn't think of it until now)
Diffstat (limited to 'crypto')
-rw-r--r--crypto/openssh/servconf.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/openssh/servconf.c b/crypto/openssh/servconf.c
index 4a6233c..ff61471 100644
--- a/crypto/openssh/servconf.c
+++ b/crypto/openssh/servconf.c
@@ -565,6 +565,7 @@ static struct {
{ "streamlocalbindunlink", sStreamLocalBindUnlink, SSHCFG_ALL },
{ "allowstreamlocalforwarding", sAllowStreamLocalForwarding, SSHCFG_ALL },
{ "fingerprinthash", sFingerprintHash, SSHCFG_GLOBAL },
+ { "noneenabled", sUnsupported, SSHCFG_ALL },
{ "hpndisabled", sDeprecated, SSHCFG_ALL },
{ "hpnbuffersize", sDeprecated, SSHCFG_ALL },
{ "tcprcvbufpoll", sDeprecated, SSHCFG_ALL },
OpenPOWER on IntegriCloud