summaryrefslogtreecommitdiffstats
path: root/scard.c
diff options
context:
space:
mode:
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 de53f9d0..db0cc4a8 100644
--- a/scard.c
+++ b/scard.c
@@ -23,7 +23,7 @@
*/
#include "includes.h"
-#ifdef SMARTCARD
+#if defined(SMARTCARD) && defined(USE_SECTOK)
RCSID("$OpenBSD: scard.c,v 1.25 2002/03/26 18:46:59 rees Exp $");
#include <openssl/evp.h>
@@ -554,4 +554,4 @@ done:
sectok_close(fd);
return (status);
}
-#endif /* SMARTCARD */
+#endif /* SMARTCARD && USE_SECTOK */