2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-08-29 05:17:54 +00:00

no more special case for kerberos

This commit is contained in:
Todd C. Miller 1995-06-17 22:14:10 +00:00
parent 88201485cf
commit c56b2c4469

View File

@ -59,10 +59,6 @@
#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
@ -70,7 +66,6 @@
# define _PASSWD_LEN 8
# endif /* HAVE_C2_SECURITY */
#endif /* _PASSWD_LEN */
#endif /* HAVE_KERB4 */
/******************************************************************