increased passwd len to 24 for c2 security

This commit is contained in:
Todd C. Miller
1994-07-25 18:28:31 +00:00
parent abf8c06cb6
commit adf4060dec

View File

@@ -52,7 +52,11 @@
#endif /* HAVE_TERMIOS_H */ #endif /* HAVE_TERMIOS_H */
#ifndef _PASSWD_LEN #ifndef _PASSWD_LEN
#ifdef HAVE_C2_SECURITY
#define _PASSWD_LEN 24
#else
#define _PASSWD_LEN 8 #define _PASSWD_LEN 8
#endif /* HAVE_C2_SECURITY */
#endif /* _PASSWD_LEN */ #endif /* _PASSWD_LEN */