From 44bf2d0ae4adbcf5b6b404bfc6526c461ae6a92a Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Thu, 22 Jul 2004 10:52:56 +0000 Subject: * configure.ac: Define AM conditional HAVE_OPENSC. * Makefile.am: Make OpenSC lib link after libgcrypt. Do not link to pth. * apdu.c: Don't use Pth if we use OpenSC. * sc-investigate.c, scdaemon.c: Disable use of pth if OpenSC is used. * scdaemon.c (main): Bumbed thread stack size up to 512k. --- scd/apdu.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'scd/apdu.c') diff --git a/scd/apdu.c b/scd/apdu.c index cc9b213fb..28d32ad2c 100644 --- a/scd/apdu.c +++ b/scd/apdu.c @@ -19,6 +19,7 @@ */ #include + #include #include #include @@ -31,6 +32,9 @@ #endif #ifdef HAVE_OPENSC # include +# ifdef USE_GNU_PTH +# undef USE_GNU_PTH +# endif #endif /* If requested include the definitions for the remote APDU protocol -- cgit v1.2.3