diff options
Diffstat (limited to 'sys-auth/opie/files/opie-2.32-min_length.patch')
-rw-r--r-- | sys-auth/opie/files/opie-2.32-min_length.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sys-auth/opie/files/opie-2.32-min_length.patch b/sys-auth/opie/files/opie-2.32-min_length.patch new file mode 100644 index 00000000..f599ddd1 --- /dev/null +++ b/sys-auth/opie/files/opie-2.32-min_length.patch @@ -0,0 +1,11 @@ +--- opie.h.dist 2013-01-23 01:22:23.304882676 +0000 ++++ opie.h 2013-01-23 01:22:36.220961282 +0000 +@@ -126,7 +126,7 @@ + + /* Minimum length of a secret password */ + #ifndef OPIE_SECRET_MIN +-#define OPIE_SECRET_MIN 10 ++#define OPIE_SECRET_MIN 1 + #endif /* OPIE_SECRET_MIN */ + + /* Maximum length of a secret password */ |