summaryrefslogtreecommitdiff
path: root/auth2.c
diff options
context:
space:
mode:
Diffstat (limited to 'auth2.c')
-rw-r--r--auth2.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/auth2.c b/auth2.c
index 4415c11ec..3df2acf78 100644
--- a/auth2.c
+++ b/auth2.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: auth2.c,v 1.151 2019/01/17 04:20:53 djm Exp $ */ 1/* $OpenBSD: auth2.c,v 1.152 2019/01/19 21:31:32 djm Exp $ */
2/* 2/*
3 * Copyright (c) 2000 Markus Friedl. All rights reserved. 3 * Copyright (c) 2000 Markus Friedl. All rights reserved.
4 * 4 *
@@ -61,6 +61,9 @@
61#include "ssherr.h" 61#include "ssherr.h"
62#include "digest.h" 62#include "digest.h"
63 63
64#include "opacket.h" /* XXX */
65extern struct ssh *active_state; /* XXX */
66
64/* import */ 67/* import */
65extern ServerOptions options; 68extern ServerOptions options;
66extern u_char *session_id2; 69extern u_char *session_id2;