svn commit: r294564 - head/crypto/openssh

Dag-Erling Smørgrav des at FreeBSD.org
Fri Jan 22 14:22:13 UTC 2016


Author: des
Date: Fri Jan 22 14:22:11 2016
New Revision: 294564
URL: https://svnweb.freebsd.org/changeset/base/294564

Log:
  r294563 was incomplete; re-add the client-side options as well.

Modified:
  head/crypto/openssh/readconf.c

Modified: head/crypto/openssh/readconf.c
==============================================================================
--- head/crypto/openssh/readconf.c	Fri Jan 22 13:13:46 2016	(r294563)
+++ head/crypto/openssh/readconf.c	Fri Jan 22 14:22:11 2016	(r294564)
@@ -286,6 +286,8 @@ static struct {
 	{ "hpnbuffersize", oDeprecated },
 	{ "tcprcvbufpoll", oDeprecated },
 	{ "tcprcvbuf", oDeprecated },
+	{ "noneenabled", oUnsupported },
+	{ "noneswitch", oUnsupported },
 	{ "versionaddendum", oVersionAddendum },
 
 	{ NULL, oBadOption }


More information about the svn-src-head mailing list