summaryrefslogtreecommitdiffstats
path: root/crypto/openssh/servconf.h
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2016-01-24 22:28:18 +0000
committerdes <des@FreeBSD.org>2016-01-24 22:28:18 +0000
commitfb40ebd67a2ae7631091b91a90bb80648527fc71 (patch)
treed4f854ab42c1798125818fb8fdcbb89a07f5db96 /crypto/openssh/servconf.h
parent55146b62a12461f40c96f1aea09d60a020b63c22 (diff)
downloadFreeBSD-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 'crypto/openssh/servconf.h')
-rw-r--r--crypto/openssh/servconf.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/crypto/openssh/servconf.h b/crypto/openssh/servconf.h
index 36d9966..752d1c5 100644
--- a/crypto/openssh/servconf.h
+++ b/crypto/openssh/servconf.h
@@ -1,5 +1,4 @@
/* $OpenBSD: servconf.h,v 1.112 2014/01/29 06:18:35 djm Exp $ */
-/* $FreeBSD$ */
/*
* Author: Tatu Ylonen <ylo@cs.hut.fi>
@@ -182,16 +181,8 @@ typedef struct {
char *version_addendum; /* Appended to SSH banner */
- int hpn_disabled; /* Disable HPN functionality. */
- int hpn_buffer_size; /* Set HPN buffer size - default 2MB.*/
- int tcp_rcv_buf_poll; /* Poll TCP rcv window in autotuning
- * kernels. */
u_int num_auth_methods;
char *auth_methods[MAX_AUTH_METHODS];
-
-#ifdef NONE_CIPHER_ENABLED
- int none_enabled; /* Enable NONE cipher switch. */
-#endif
} ServerOptions;
/* Information about the incoming connection as used by Match */
OpenPOWER on IntegriCloud