summaryrefslogtreecommitdiff
path: root/auth-options.c
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2013-11-04 08:40:13 +1100
committerDamien Miller <djm@mindrot.org>2013-11-04 08:40:13 +1100
commit4c3ba0767fbe4a8a2a748df4035aaf86651f6b30 (patch)
tree3bc5c5668cf4c5811a740452ca3fb34ecf034c89 /auth-options.c
parent660621b2106b987b874c2f120218bec249d0f6ba (diff)
downloadopenssh-git-4c3ba0767fbe4a8a2a748df4035aaf86651f6b30.tar.gz
- markus@cvs.openbsd.org 2013/11/02 22:34:01
[auth-options.c] no need to include monitor_wrap.h and ssh-gss.h
Diffstat (limited to 'auth-options.c')
-rw-r--r--auth-options.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/auth-options.c b/auth-options.c
index 80d59ee9..b485f8d2 100644
--- a/auth-options.c
+++ b/auth-options.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: auth-options.c,v 1.59 2013/07/12 00:19:58 djm Exp $ */
+/* $OpenBSD: auth-options.c,v 1.60 2013/11/02 22:34:01 markus Exp $ */
/*
* Author: Tatu Ylonen <ylo@cs.hut.fi>
* Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
@@ -33,10 +33,6 @@
#include "auth-options.h"
#include "hostfile.h"
#include "auth.h"
-#ifdef GSSAPI
-#include "ssh-gss.h"
-#endif
-#include "monitor_wrap.h"
/* Flags set authorized_keys flags */
int no_port_forwarding_flag = 0;