MAXSECRETLEN
(void) strlcpy(passwd, secret, MAXSECRETLEN);
if (len > MAXSECRETLEN) {
len = MAXSECRETLEN;
NULL, MAXSECRETLEN },
|| fgets(passwd, MAXSECRETLEN - 1, ufile) == NULL){
BZERO(passwd, MAXSECRETLEN);
BZERO(passwd, MAXSECRETLEN);
char secret[MAXSECRETLEN];
char secret[MAXSECRETLEN];
char passwd[MAXSECRETLEN]; /* Password for PAP */
} while (readgood < MAXSECRETLEN - 1);
red = read(p[0], passwd + readgood, MAXSECRETLEN-1 - readgood);
extern char passwd[MAXSECRETLEN]; /* Password for PAP or CHAP */
pwlen = strllen(passwd, MAXSECRETLEN);