summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/auth.c
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2004-05-08 00:01:38 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2004-05-08 00:01:38 +0000
commit083ac5bb10284babbaa8c187dea917ef66025d1a (patch)
tree2ce15f5fb9030b8c78b0c0cdf75ebb7d9b562a47 /usr.bin/ssh/auth.c
parent66460be42f524097a0fb31b52d75a2e7ed7cf1c4 (diff)
make two tiny header files go away; djm ok
Diffstat (limited to 'usr.bin/ssh/auth.c')
-rw-r--r--usr.bin/ssh/auth.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/ssh/auth.c b/usr.bin/ssh/auth.c
index 3be5b0fa4bb..544d6321e76 100644
--- a/usr.bin/ssh/auth.c
+++ b/usr.bin/ssh/auth.c
@@ -23,7 +23,7 @@
*/
#include "includes.h"
-RCSID("$OpenBSD: auth.c,v 1.51 2003/11/21 11:57:02 djm Exp $");
+RCSID("$OpenBSD: auth.c,v 1.52 2004/05/08 00:01:37 deraadt Exp $");
#include <libgen.h>
@@ -38,7 +38,6 @@ RCSID("$OpenBSD: auth.c,v 1.51 2003/11/21 11:57:02 djm Exp $");
#include "buffer.h"
#include "bufaux.h"
#include "uidswap.h"
-#include "tildexpand.h"
#include "misc.h"
#include "bufaux.h"
#include "packet.h"