no more special case for kerberos
This commit is contained in:
15
tgetpass.c
15
tgetpass.c
@@ -59,18 +59,13 @@
|
|||||||
#include "pathnames.h"
|
#include "pathnames.h"
|
||||||
#include "compat.h"
|
#include "compat.h"
|
||||||
|
|
||||||
#ifdef HAVE_KERB4
|
|
||||||
#undef _PASSWD_LEN
|
|
||||||
#define _PASSWD_LEN BUFSIZ
|
|
||||||
#else
|
|
||||||
#ifndef _PASSWD_LEN
|
#ifndef _PASSWD_LEN
|
||||||
#ifdef HAVE_C2_SECURITY
|
# ifdef HAVE_C2_SECURITY
|
||||||
#define _PASSWD_LEN 24
|
# define _PASSWD_LEN 24
|
||||||
#else
|
# else
|
||||||
#define _PASSWD_LEN 8
|
# define _PASSWD_LEN 8
|
||||||
#endif /* HAVE_C2_SECURITY */
|
# endif /* HAVE_C2_SECURITY */
|
||||||
#endif /* _PASSWD_LEN */
|
#endif /* _PASSWD_LEN */
|
||||||
#endif /* HAVE_KERB4 */
|
|
||||||
|
|
||||||
|
|
||||||
/******************************************************************
|
/******************************************************************
|
||||||
|
Reference in New Issue
Block a user