]> granicus.if.org Git - sudo/commitdiff
no more special case for kerberos
authorTodd C. Miller <Todd.Miller@courtesan.com>
Sat, 17 Jun 1995 22:14:10 +0000 (22:14 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Sat, 17 Jun 1995 22:14:10 +0000 (22:14 +0000)
tgetpass.c

index 991f1431f759954f6acff02b41ac1433c55c252d..a515af79ef21afedb2aec36b6eea53619607d7de 100644 (file)
 #include "pathnames.h"
 #include "compat.h"
 
-#ifdef HAVE_KERB4
-#undef _PASSWD_LEN
-#define _PASSWD_LEN    BUFSIZ
-#else
 #ifndef _PASSWD_LEN
-#ifdef HAVE_C2_SECURITY
-#define        _PASSWD_LEN     24
-#else
-#define        _PASSWD_LEN     8
-#endif /* HAVE_C2_SECURITY */
+#  ifdef HAVE_C2_SECURITY
+#    define    _PASSWD_LEN     24
+#  else
+#    define    _PASSWD_LEN     8
+#  endif /* HAVE_C2_SECURITY */
 #endif /* _PASSWD_LEN */
-#endif /* HAVE_KERB4 */
 
 
 /******************************************************************