From c25f2c20753a359b9ee42784d4a67a4b1e3bb4a2 Mon Sep 17 00:00:00 2001 From: djm Date: Sat, 8 May 2004 00:21:31 +0000 Subject: kill a tiny header; ok deraadt@ --- usr.bin/ssh/scard.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr.bin/ssh/scard.c') diff --git a/usr.bin/ssh/scard.c b/usr.bin/ssh/scard.c index 82939b1d1ea..fb280687f74 100644 --- a/usr.bin/ssh/scard.c +++ b/usr.bin/ssh/scard.c @@ -24,7 +24,7 @@ #ifdef SMARTCARD #include "includes.h" -RCSID("$OpenBSD: scard.c,v 1.28 2003/06/12 19:12:02 markus Exp $"); +RCSID("$OpenBSD: scard.c,v 1.29 2004/05/08 00:21:31 djm Exp $"); #include #include @@ -32,7 +32,7 @@ RCSID("$OpenBSD: scard.c,v 1.28 2003/06/12 19:12:02 markus Exp $"); #include "key.h" #include "log.h" #include "xmalloc.h" -#include "readpass.h" +#include "misc.h" #include "scard.h" #if OPENSSL_VERSION_NUMBER < 0x00907000L -- cgit v1.2.3-59-g8ed1b