From: Todd C. Miller Date: Sun, 1 Aug 1999 10:49:41 +0000 (+0000) Subject: use tgetpass X-Git-Tag: SUDO_1_6_0~178 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ef4302501f1130b376977fed85db6ca0e66f1f45;p=sudo use tgetpass --- diff --git a/auth/aix_auth.c b/auth/aix_auth.c index b72142b60..914639fe5 100644 --- a/auth/aix_auth.c +++ b/auth/aix_auth.c @@ -67,7 +67,7 @@ aixauth_verify(pw, prompt, data) char *message, *pass; int reenter = 1; - pass = GETPASS(prompt, PASSWORD_TIMEOUT * 60, 1); + pass = tgetpass(prompt, PASSWORD_TIMEOUT * 60, 1); if (authenticate(pw->pw_name, pass, &reenter, &message) == 0) return(AUTH_SUCCESS); else