From a42694fa25683488b4dc44abc9dc8bb55414c99f Mon Sep 17 00:00:00 2001 From: Ben Lindstrom Date: Fri, 5 Apr 2002 16:11:45 +0000 Subject: =?UTF-8?q?=20-=20(bal)=20Patch=20for=20OpenSC=20SmartCard=20libra?= =?UTF-8?q?ry;=20ok=20markus@;=20patch=20by=20=20=20=20Juha=20Yrj=C3=B6l?= =?UTF-8?q?=C3=A4=20=20=20-=20(bal)=20Minor=20documenta?= =?UTF-8?q?tion=20update=20to=20reflect=20smartcard=20library=20=20=20=20s?= =?UTF-8?q?upport=20changes.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- acconfig.h | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'acconfig.h') 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 -- cgit v1.2.3