2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-09-03 15:55:40 +00:00

now use BUFSIZ as _PASSWD_LEN if using kerberos

This commit is contained in:
Todd C. Miller
1995-06-08 00:47:33 +00:00
parent 3787320077
commit 579fa5cc34

View File

@@ -61,7 +61,7 @@
#ifdef HAVE_KERB4 #ifdef HAVE_KERB4
#undef _PASSWD_LEN #undef _PASSWD_LEN
#define _PASSWD_LEN 128 #define _PASSWD_LEN BUFSIZ
#else #else
#ifndef _PASSWD_LEN #ifndef _PASSWD_LEN
#ifdef HAVE_C2_SECURITY #ifdef HAVE_C2_SECURITY