summaryrefslogtreecommitdiff
path: root/scard.c
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2002-04-05 16:11:45 +0000
committerBen Lindstrom <mouring@eviladmin.org>2002-04-05 16:11:45 +0000
commita42694fa25683488b4dc44abc9dc8bb55414c99f (patch)
treeb642a80c3e482ed6a792d4f540719fd6af743212 /scard.c
parent8a725a843d51b4fe43e9653eea5442c368290fe2 (diff)
- (bal) Patch for OpenSC SmartCard library; ok markus@; patch by
Juha Yrjölä <jyrjola@cc.hut.fi> - (bal) Minor documentation update to reflect smartcard library support changes.
Diffstat (limited to 'scard.c')
-rw-r--r--scard.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/scard.c b/scard.c
index de53f9d01..db0cc4a80 100644
--- a/scard.c
+++ b/scard.c
@@ -23,7 +23,7 @@
23 */ 23 */
24 24
25#include "includes.h" 25#include "includes.h"
26#ifdef SMARTCARD 26#if defined(SMARTCARD) && defined(USE_SECTOK)
27RCSID("$OpenBSD: scard.c,v 1.25 2002/03/26 18:46:59 rees Exp $"); 27RCSID("$OpenBSD: scard.c,v 1.25 2002/03/26 18:46:59 rees Exp $");
28 28
29#include <openssl/evp.h> 29#include <openssl/evp.h>
@@ -554,4 +554,4 @@ done:
554 sectok_close(fd); 554 sectok_close(fd);
555 return (status); 555 return (status);
556} 556}
557#endif /* SMARTCARD */ 557#endif /* SMARTCARD && USE_SECTOK */