summaryrefslogtreecommitdiff
path: root/servconf.h
diff options
context:
space:
mode:
Diffstat (limited to 'servconf.h')
-rw-r--r--servconf.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/servconf.h b/servconf.h
index 16b1467d2..8af460f5a 100644
--- a/servconf.h
+++ b/servconf.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: servconf.h,v 1.121 2016/08/15 12:27:56 naddy Exp $ */ 1/* $OpenBSD: servconf.h,v 1.122 2016/08/19 03:18:06 djm Exp $ */
2 2
3/* 3/*
4 * Author: Tatu Ylonen <ylo@cs.hut.fi> 4 * Author: Tatu Ylonen <ylo@cs.hut.fi>
@@ -121,7 +121,6 @@ typedef struct {
121 int permit_empty_passwd; /* If false, do not permit empty 121 int permit_empty_passwd; /* If false, do not permit empty
122 * passwords. */ 122 * passwords. */
123 int permit_user_env; /* If true, read ~/.ssh/environment */ 123 int permit_user_env; /* If true, read ~/.ssh/environment */
124 int use_login; /* If true, login(1) is used */
125 int compression; /* If true, compression is allowed */ 124 int compression; /* If true, compression is allowed */
126 int allow_tcp_forwarding; /* One of FORWARD_* */ 125 int allow_tcp_forwarding; /* One of FORWARD_* */
127 int allow_streamlocal_forwarding; /* One of FORWARD_* */ 126 int allow_streamlocal_forwarding; /* One of FORWARD_* */