2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-08-31 22:35:10 +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
#undef _PASSWD_LEN
#define _PASSWD_LEN 128
#define _PASSWD_LEN BUFSIZ
#else
#ifndef _PASSWD_LEN
#ifdef HAVE_C2_SECURITY