summaryrefslogtreecommitdiff
path: root/monitor.c
diff options
context:
space:
mode:
Diffstat (limited to 'monitor.c')
-rw-r--r--monitor.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/monitor.c b/monitor.c
index 44af5f489..11f96b72d 100644
--- a/monitor.c
+++ b/monitor.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: monitor.c,v 1.181 2018/07/09 21:26:02 markus Exp $ */ 1/* $OpenBSD: monitor.c,v 1.182 2018/07/09 21:35:50 markus Exp $ */
2/* 2/*
3 * Copyright 2002 Niels Provos <provos@citi.umich.edu> 3 * Copyright 2002 Niels Provos <provos@citi.umich.edu>
4 * Copyright 2002 Markus Friedl <markus@openbsd.org> 4 * Copyright 2002 Markus Friedl <markus@openbsd.org>
@@ -113,8 +113,6 @@ static Gssctxt *gsscontext = NULL;
113extern ServerOptions options; 113extern ServerOptions options;
114extern u_int utmp_len; 114extern u_int utmp_len;
115extern u_char session_id[]; 115extern u_char session_id[];
116extern Buffer auth_debug;
117extern int auth_debug_init;
118extern struct sshbuf *loginmsg; 116extern struct sshbuf *loginmsg;
119extern struct sshauthopt *auth_opts; /* XXX move to permanent ssh->authctxt? */ 117extern struct sshauthopt *auth_opts; /* XXX move to permanent ssh->authctxt? */
120 118