diff options
author | des <des@FreeBSD.org> | 2016-01-24 22:28:18 +0000 |
---|---|---|
committer | des <des@FreeBSD.org> | 2016-01-24 22:28:18 +0000 |
commit | fb40ebd67a2ae7631091b91a90bb80648527fc71 (patch) | |
tree | d4f854ab42c1798125818fb8fdcbb89a07f5db96 /tools | |
parent | 55146b62a12461f40c96f1aea09d60a020b63c22 (diff) | |
download | FreeBSD-src-fb40ebd67a2ae7631091b91a90bb80648527fc71.zip FreeBSD-src-fb40ebd67a2ae7631091b91a90bb80648527fc71.tar.gz |
MFH (r291198, r291260, r291261, r291375, r294325, r294335, r294563)
Remove the HPN and None cipher patches.
Diffstat (limited to 'tools')
-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. |