summaryrefslogtreecommitdiffstats
path: root/acconfig.h
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 /acconfig.h
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 'acconfig.h')
-rw-r--r--acconfig.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/acconfig.h b/acconfig.h
index cbdbde21..67afad9a 100644
--- a/acconfig.h
+++ b/acconfig.h
@@ -1,4 +1,4 @@
-/* $Id: acconfig.h,v 1.124 2002/03/22 18:19:54 stevesk Exp $ */
+/* $Id: acconfig.h,v 1.125 2002/04/05 16:11:46 mouring Exp $ */
#ifndef _CONFIG_H
#define _CONFIG_H
@@ -329,6 +329,12 @@
/* Define if you want smartcard support */
#undef SMARTCARD
+/* Define if you want smartcard support using sectok */
+#undef USE_SECTOK
+
+/* Define if you want smartcard support using OpenSC */
+#undef USE_OPENSC
+
/* Define if you want to use OpenSSL's internally seeded PRNG only */
#undef OPENSSL_PRNG_ONLY