From 303152d464631af69c2947631d0629aa31c099b3 Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Wed, 1 Jul 2015 17:34:57 -0400 Subject: Debug p11util. --- sql_common.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'sql_common.h') diff --git a/sql_common.h b/sql_common.h index 8f1844b..1e55322 100644 --- a/sql_common.h +++ b/sql_common.h @@ -50,10 +50,12 @@ /* * Placeholders for PIN length limits. Figure out real values later. + * Minimum length here is much too short, we allow it for now because + * some test programs fail if we insist on a reasonable length. */ #warning Figure out PIN length limits -#define P11_MIN_PIN_LENGTH 16 +#define P11_MIN_PIN_LENGTH 4 #define P11_MAX_PIN_LENGTH 4096 /* -- cgit v1.2.3