From f917e42c9b17784b3eef5882906b8535073e6532 Mon Sep 17 00:00:00 2001 From: Paul Bakker Date: Tue, 18 Jan 2011 16:15:25 +0000 Subject: [PATCH] - Disables PKCS#11 support by default --- include/polarssl/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/polarssl/config.h b/include/polarssl/config.h index ec2864297..80d0d306d 100644 --- a/include/polarssl/config.h +++ b/include/polarssl/config.h @@ -326,8 +326,8 @@ * * This module is required for SSL/TLS PKCS #11 smartcard support. * Requires the presence of the PKCS#11 helper library (libpkcs11-helper) - */ #define POLARSSL_PKCS11_C + */ /* * Module: library/timing.c