aboutsummaryrefslogtreecommitdiff
path: root/sql_common.h
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2015-07-01 17:34:57 -0400
committerRob Austein <sra@hactrn.net>2015-07-01 17:34:57 -0400
commit303152d464631af69c2947631d0629aa31c099b3 (patch)
treea7e46151d6eaf836c27325b16f9e787003ec3c4c /sql_common.h
parentc45562762aab7e874eac71792f9eebb5185ee47d (diff)
Debug p11util.
Diffstat (limited to 'sql_common.h')
-rw-r--r--sql_common.h4
1 files changed, 3 insertions, 1 deletions
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
/*