diff options
Diffstat (limited to 'auth2-hostbased.c')
-rw-r--r-- | auth2-hostbased.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/auth2-hostbased.c b/auth2-hostbased.c index 764ceff74..e28a48fb3 100644 --- a/auth2-hostbased.c +++ b/auth2-hostbased.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: auth2-hostbased.c,v 1.38 2018/09/20 03:28:06 djm Exp $ */ | 1 | /* $OpenBSD: auth2-hostbased.c,v 1.39 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 | * |
@@ -51,6 +51,8 @@ | |||
51 | #include "ssherr.h" | 51 | #include "ssherr.h" |
52 | #include "match.h" | 52 | #include "match.h" |
53 | 53 | ||
54 | extern struct ssh *active_state; /* XXX */ | ||
55 | |||
54 | /* import */ | 56 | /* import */ |
55 | extern ServerOptions options; | 57 | extern ServerOptions options; |
56 | extern u_char *session_id2; | 58 | extern u_char *session_id2; |