From 6f3513465d95352b0f1b6a52a693eca5dc652dda Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dag-Erling=20Sm=C3=B8rgrav?= Date: Fri, 22 Jan 2016 13:13:46 +0000 Subject: [PATCH] Instead of removing the NoneEnabled option, mark it as unsupported. (should have done this in r291198, but didn't think of it until now) --- crypto/openssh/servconf.c | 1 + 1 file changed, 1 insertion(+) diff --git a/crypto/openssh/servconf.c b/crypto/openssh/servconf.c index 4a6233cbf8a4..ff61471dae2b 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 },