diff options
author | 2004-05-08 00:01:37 +0000 | |
---|---|---|
committer | 2004-05-08 00:01:37 +0000 | |
commit | e16ee8528503736b7335c3d6d44812c4192c1fdd (patch) | |
tree | 1478a7e71121c086f88dd3d28ee5a860bf0df749 /usr.bin/ssh/auth.c | |
parent | CardBus fxp's use the 82558 chipset which has a Long Receive bit, (diff) | |
download | wireguard-openbsd-e16ee8528503736b7335c3d6d44812c4192c1fdd.tar.xz wireguard-openbsd-e16ee8528503736b7335c3d6d44812c4192c1fdd.zip |
make two tiny header files go away; djm ok
Diffstat (limited to 'usr.bin/ssh/auth.c')
-rw-r--r-- | usr.bin/ssh/auth.c | 3 |
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" |