diff options
author | Damien Miller <djm@mindrot.org> | 2013-11-04 08:40:13 +1100 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2013-11-04 08:40:13 +1100 |
commit | 4c3ba0767fbe4a8a2a748df4035aaf86651f6b30 (patch) | |
tree | 3bc5c5668cf4c5811a740452ca3fb34ecf034c89 /auth-options.c | |
parent | 660621b2106b987b874c2f120218bec249d0f6ba (diff) |
- 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.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/auth-options.c b/auth-options.c index 80d59ee95..b485f8d24 100644 --- a/auth-options.c +++ b/auth-options.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: auth-options.c,v 1.59 2013/07/12 00:19:58 djm Exp $ */ | 1 | /* $OpenBSD: auth-options.c,v 1.60 2013/11/02 22:34:01 markus Exp $ */ |
2 | /* | 2 | /* |
3 | * Author: Tatu Ylonen <ylo@cs.hut.fi> | 3 | * Author: Tatu Ylonen <ylo@cs.hut.fi> |
4 | * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland | 4 | * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland |
@@ -33,10 +33,6 @@ | |||
33 | #include "auth-options.h" | 33 | #include "auth-options.h" |
34 | #include "hostfile.h" | 34 | #include "hostfile.h" |
35 | #include "auth.h" | 35 | #include "auth.h" |
36 | #ifdef GSSAPI | ||
37 | #include "ssh-gss.h" | ||
38 | #endif | ||
39 | #include "monitor_wrap.h" | ||
40 | 36 | ||
41 | /* Flags set authorized_keys flags */ | 37 | /* Flags set authorized_keys flags */ |
42 | int no_port_forwarding_flag = 0; | 38 | int no_port_forwarding_flag = 0; |