aboutsummaryrefslogtreecommitdiff
path: root/sql_common.h
diff options
context:
space:
mode:
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
/*