diff options
author | Kevin Steves <stevesk@cvs.openbsd.org> | 2006-07-02 18:36:48 +0000 |
---|---|---|
committer | Kevin Steves <stevesk@cvs.openbsd.org> | 2006-07-02 18:36:48 +0000 |
commit | b15632aa815fc39646fa4424d8b73cd476bd967f (patch) | |
tree | 7d286268d545baaaded30fd43c942afd643fc109 /usr.bin/ssh | |
parent | c052fc9ca29663c90b01c8cbae1acbb626aa863a (diff) |
no "servconf.h" needed here
Diffstat (limited to 'usr.bin/ssh')
-rw-r--r-- | usr.bin/ssh/gss-serv-krb5.c | 3 | ||||
-rw-r--r-- | usr.bin/ssh/gss-serv.c | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/usr.bin/ssh/gss-serv-krb5.c b/usr.bin/ssh/gss-serv-krb5.c index 1dedeefd073..593b550da48 100644 --- a/usr.bin/ssh/gss-serv-krb5.c +++ b/usr.bin/ssh/gss-serv-krb5.c @@ -1,4 +1,4 @@ -/* $OpenBSD: gss-serv-krb5.c,v 1.5 2006/03/25 22:22:43 djm Exp $ */ +/* $OpenBSD: gss-serv-krb5.c,v 1.6 2006/07/02 18:36:47 stevesk Exp $ */ /* * Copyright (c) 2001-2003 Simon Wilkinson. All rights reserved. @@ -32,7 +32,6 @@ #include "auth.h" #include "xmalloc.h" #include "log.h" -#include "servconf.h" #include "ssh-gss.h" diff --git a/usr.bin/ssh/gss-serv.c b/usr.bin/ssh/gss-serv.c index 5e43ffe5897..4ce536d9981 100644 --- a/usr.bin/ssh/gss-serv.c +++ b/usr.bin/ssh/gss-serv.c @@ -1,4 +1,4 @@ -/* $OpenBSD: gss-serv.c,v 1.17 2006/03/30 09:58:15 djm Exp $ */ +/* $OpenBSD: gss-serv.c,v 1.18 2006/07/02 18:36:47 stevesk Exp $ */ /* * Copyright (c) 2001-2003 Simon Wilkinson. All rights reserved. @@ -33,7 +33,6 @@ #include "log.h" #include "channels.h" #include "session.h" -#include "servconf.h" #include "xmalloc.h" #include "misc.h" |