From b6db172a79bed9014d152c3df4003f689b6ccf39 Mon Sep 17 00:00:00 2001 From: Darren Tucker Date: Thu, 13 May 2004 17:29:35 +1000 Subject: - (dtucker) [auth-pam.c scard-opensc.c] Tinderbox says auth-pam.c uses readpass.h, grep says scard-opensc.c does too. Replace with misc.h. --- scard-opensc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scard-opensc.c') diff --git a/scard-opensc.c b/scard-opensc.c index a9b7ebc61..dd2c28df2 100644 --- a/scard-opensc.c +++ b/scard-opensc.c @@ -35,7 +35,7 @@ #include "key.h" #include "log.h" #include "xmalloc.h" -#include "readpass.h" +#include "misc.h" #include "scard.h" #if OPENSSL_VERSION_NUMBER < 0x00907000L && defined(CRYPTO_LOCK_ENGINE) -- cgit v1.2.3