]> granicus.if.org Git - sudo/commitdiff
increased passwd len to 24 for c2 security
authorTodd C. Miller <Todd.Miller@courtesan.com>
Mon, 25 Jul 1994 18:28:31 +0000 (18:28 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Mon, 25 Jul 1994 18:28:31 +0000 (18:28 +0000)
tgetpass.c

index 11d635c40599b02e8425919be32d9f290d420be8..c04c420db5c51cd3ed5638017c74abd4c8b3d31d 100644 (file)
 #endif /* HAVE_TERMIOS_H */
 
 #ifndef _PASSWD_LEN
+#ifdef HAVE_C2_SECURITY
+#define        _PASSWD_LEN     24
+#else
 #define        _PASSWD_LEN     8
+#endif /* HAVE_C2_SECURITY */
 #endif /* _PASSWD_LEN */