From: Todd C. Miller Date: Tue, 21 Nov 1995 02:28:02 +0000 (+0000) Subject: moved dce stuff into compat.h X-Git-Tag: SUDO_1_4_0~101 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3336366524d9648538729f00588236c796d7c93b;p=sudo moved dce stuff into compat.h --- diff --git a/tgetpass.c b/tgetpass.c index 200c1b384..4965c9076 100644 --- a/tgetpass.c +++ b/tgetpass.c @@ -68,11 +68,7 @@ static char rcsid[] = "$Id$"; # ifdef HAVE_C2_SECURITY # define _PASSWD_LEN 24 # else -# if defined(HAVE_DCE) || defined(HAVE_KERB4) || defined(HAVE_KERB5) -# define _PASSWD_LEN 256 -# else -# define _PASSWD_LEN 8 -# endif /* HAVE_DCE || HAVE_KERB[45] */ +# define _PASSWD_LEN 8 # endif /* HAVE_C2_SECURITY */ #endif /* _PASSWD_LEN */