diff options
author | 2004-05-08 00:21:31 +0000 | |
---|---|---|
committer | 2004-05-08 00:21:31 +0000 | |
commit | c25f2c20753a359b9ee42784d4a67a4b1e3bb4a2 (patch) | |
tree | 9d794616bf0a35c46421177d247072019a7928fb /usr.bin/ssh/scard.c | |
parent | make two tiny header files go away; djm ok (diff) | |
download | wireguard-openbsd-c25f2c20753a359b9ee42784d4a67a4b1e3bb4a2.tar.xz wireguard-openbsd-c25f2c20753a359b9ee42784d4a67a4b1e3bb4a2.zip |
kill a tiny header; ok deraadt@
Diffstat (limited to 'usr.bin/ssh/scard.c')
-rw-r--r-- | usr.bin/ssh/scard.c | 4 |
1 files changed, 2 insertions, 2 deletions
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 <openssl/evp.h> #include <sectok.h> @@ -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 |