summaryrefslogtreecommitdiff
path: root/sshd.c
diff options
context:
space:
mode:
Diffstat (limited to 'sshd.c')
-rw-r--r--sshd.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/sshd.c b/sshd.c
index a9e7ccb31..8b797e07e 100644
--- a/sshd.c
+++ b/sshd.c
@@ -210,9 +210,6 @@ int startup_pipe; /* in child */
210int use_privsep; 210int use_privsep;
211struct monitor *pmonitor = NULL; 211struct monitor *pmonitor = NULL;
212 212
213/* message to be displayed after login */
214Buffer loginmsg;
215
216/* global authentication context */ 213/* global authentication context */
217Authctxt *the_authctxt = NULL; 214Authctxt *the_authctxt = NULL;
218 215