Regen after adding WITH_OPENSSH_NONE_CIPHER in r245527.

PR:		bin/163095
MFC after:	10 days
This commit is contained in:
Bjoern A. Zeeb 2013-01-17 09:34:00 +00:00
parent 1992e9a10c
commit 5f76adca60
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=245547

View File

@ -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.