From 1bda73a7b0f45a2502ae93e33e30b98152d893f3 Mon Sep 17 00:00:00 2001 From: james Date: Mon, 12 May 2008 20:31:43 +0000 Subject: Moved branch into official BETA21 position. git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@2959 e7ae566f-a301-0410-adde-c780ea21d3b5 --- error.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'error.h') diff --git a/error.h b/error.h index 148ca61..f2eaa12 100644 --- a/error.h +++ b/error.h @@ -30,7 +30,11 @@ /* #define ABORT_ON_ERROR */ +#ifdef ENABLE_PKCS11 +#define ERR_BUF_SIZE 8192 +#else #define ERR_BUF_SIZE 1024 +#endif struct gc_arena; -- cgit