diff options
author | bz <bz@FreeBSD.org> | 2013-01-17 09:34:00 +0000 |
---|---|---|
committer | bz <bz@FreeBSD.org> | 2013-01-17 09:34:00 +0000 |
commit | fd57881cb47f20b016339a1084b4b967879a61bb (patch) | |
tree | 48503711c7b8796d9802c98cfcb580bfe55a62eb | |
parent | 9b858bb6f0adb73473a948583965d4fc128312c8 (diff) | |
download | FreeBSD-src-fd57881cb47f20b016339a1084b4b967879a61bb.zip FreeBSD-src-fd57881cb47f20b016339a1084b4b967879a61bb.tar.gz |
Regen after adding WITH_OPENSSH_NONE_CIPHER in r245527.
PR: bin/163095
MFC after: 10 days
-rw-r--r-- | share/man/man5/src.conf.5 | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/share/man/man5/src.conf.5 b/share/man/man5/src.conf.5 index 4bf8c35..1d757f7 100644 --- a/share/man/man5/src.conf.5 +++ b/share/man/man5/src.conf.5 @@ -1,7 +1,7 @@ .\" DO NOT EDIT-- this file is automatically generated. .\" from FreeBSD: head/tools/build/options/makeman 236279 2012-05-30 02:37:20Z gjb .\" $FreeBSD$ -.Dd January 14, 2013 +.Dd January 17, 2013 .Dt SRC.CONF 5 .Os .Sh NAME @@ -805,7 +805,7 @@ Set to not build NLS catalogs. Set to not build NLS catalog support for .Xr csh 1 . .It Va WITH_NMTREE -.\" from FreeBSD: head/tools/build/options/WITH_NMTREE 245241 2013-01-09 21:07:08Z brooks +.\" from FreeBSD: head/tools/build/options/WITH_NMTREE 245435 2013-01-14 20:38:32Z brooks Set to install .Xr nmtree 8 as @@ -835,6 +835,16 @@ Infiniband software stack. .It Va WITHOUT_OPENSSH .\" from FreeBSD: head/tools/build/options/WITHOUT_OPENSSH 156932 2006-03-21 07:50:50Z ru Set to not build OpenSSH. +.It Va WITH_OPENSSH_NONE_CIPHER +.\" from FreeBSD: head/tools/build/options/WITH_OPENSSH_NONE_CIPHER 245527 2013-01-17 01:51:04Z bz +Set to include the "None" cipher support in OpenSSH and its libraries. +Additional adjustments may need to be done to system configuration +files, such as +.Xr sshd_config 5 , +to enable this cipher. +Please see +.Pa /usr/src/crypto/openssh/README.hpn +for full details. .It Va WITHOUT_OPENSSL .\" from FreeBSD: head/tools/build/options/WITHOUT_OPENSSL 156932 2006-03-21 07:50:50Z ru Set to not build OpenSSL. |