summaryrefslogtreecommitdiffstats
path: root/error.h
diff options
context:
space:
mode:
Diffstat (limited to 'error.h')
-rw-r--r--error.h4
1 files changed, 4 insertions, 0 deletions
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;