diff options
author | des <des@FreeBSD.org> | 2015-11-23 12:48:13 +0000 |
---|---|---|
committer | des <des@FreeBSD.org> | 2015-11-23 12:48:13 +0000 |
commit | 24641fd80bf48485d78a92673c1bec422fff009a (patch) | |
tree | 230f252c2608532143f5031930a8a1373fa20da7 /tools/build/options | |
parent | 643090321a0a0dcd32c9c52721f41a1bd51553ca (diff) | |
download | FreeBSD-src-24641fd80bf48485d78a92673c1bec422fff009a.zip FreeBSD-src-24641fd80bf48485d78a92673c1bec422fff009a.tar.gz |
Retire the NONE cipher option.
Diffstat (limited to 'tools/build/options')
-rw-r--r-- | tools/build/options/WITH_OPENSSH_NONE_CIPHER | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/tools/build/options/WITH_OPENSSH_NONE_CIPHER b/tools/build/options/WITH_OPENSSH_NONE_CIPHER deleted file mode 100644 index 8d44cc0..0000000 --- a/tools/build/options/WITH_OPENSSH_NONE_CIPHER +++ /dev/null @@ -1,9 +0,0 @@ -.\" $FreeBSD$ -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. |