summaryrefslogtreecommitdiff
path: root/servconf.c
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2004-05-13 16:06:46 +1000
committerDarren Tucker <dtucker@zip.com.au>2004-05-13 16:06:46 +1000
commit06f2bd8bde688390c34eeedfb3aa7b8e4133542d (patch)
tree0f8a3dfe7e3520dd21317fa10e3f9cd67b95a628 /servconf.c
parentdcf6ec48f617af4dc27c8cd42960fa65240f5488 (diff)
- deraadt@cvs.openbsd.org 2004/05/08 00:01:37
[auth.c clientloop.c misc.h servconf.c ssh.c sshpty.h sshtty.c tildexpand.c], removed: sshtty.h tildexpand.h make two tiny header files go away; djm ok
Diffstat (limited to 'servconf.c')
-rw-r--r--servconf.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/servconf.c b/servconf.c
index ae380f522..467ad64e8 100644
--- a/servconf.c
+++ b/servconf.c
@@ -10,7 +10,7 @@
10 */ 10 */
11 11
12#include "includes.h" 12#include "includes.h"
13RCSID("$OpenBSD: servconf.c,v 1.131 2004/04/27 09:46:37 djm Exp $"); 13RCSID("$OpenBSD: servconf.c,v 1.132 2004/05/08 00:01:37 deraadt Exp $");
14 14
15#include "ssh.h" 15#include "ssh.h"
16#include "log.h" 16#include "log.h"
@@ -18,7 +18,6 @@ RCSID("$OpenBSD: servconf.c,v 1.131 2004/04/27 09:46:37 djm Exp $");
18#include "xmalloc.h" 18#include "xmalloc.h"
19#include "compat.h" 19#include "compat.h"
20#include "pathnames.h" 20#include "pathnames.h"
21#include "tildexpand.h"
22#include "misc.h" 21#include "misc.h"
23#include "cipher.h" 22#include "cipher.h"
24#include "kex.h" 23#include "kex.h"