summaryrefslogtreecommitdiff
path: root/auth.c
diff options
context:
space:
mode:
Diffstat (limited to 'auth.c')
-rw-r--r--auth.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/auth.c b/auth.c
index 7d48d07a8..94f43a6c2 100644
--- a/auth.c
+++ b/auth.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: auth.c,v 1.135 2019/01/17 04:20:53 djm Exp $ */ 1/* $OpenBSD: auth.c,v 1.136 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 *
@@ -77,6 +77,9 @@
77#include "compat.h" 77#include "compat.h"
78#include "channels.h" 78#include "channels.h"
79 79
80#include "opacket.h" /* XXX */
81extern struct ssh *active_state; /* XXX */
82
80/* import */ 83/* import */
81extern ServerOptions options; 84extern ServerOptions options;
82extern int use_privsep; 85extern int use_privsep;