MAXSECRETLEN
char auth_secret[MAXSECRETLEN+1];
u_char md5buf[MAXSECRETLEN+AUTH_VECTOR_LEN], digest[AUTH_VECTOR_LEN],
EXPLICIT_BZERO(passwd, MAXSECRETLEN);
EXPLICIT_BZERO(passwd, MAXSECRETLEN);
strlcpy(passwd, secret, MAXSECRETLEN);
if (len > MAXSECRETLEN) {
len = MAXSECRETLEN;
char secret[MAXSECRETLEN];
char secret[MAXSECRETLEN];
char passwd[MAXSECRETLEN]; /* Password for PAP */