X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=sbr%2Fruserpass.c;h=9e50da68d60b807d04f17e7ead4b7d187085f4c7;hp=085d493a1659d2ae3bb73409dbfbb1b5c559b8fd;hb=6c42153ad9362cc676ea66563bf400d7511b3b68;hpb=966e60efa721d87e5f1cd475de08c26e3bac967e diff --git a/sbr/ruserpass.c b/sbr/ruserpass.c index 085d493..9e50da6 100644 --- a/sbr/ruserpass.c +++ b/sbr/ruserpass.c @@ -1,4 +1,5 @@ /* + * Portions of this code are * Copyright (c) 1985 Regents of the University of California. * All rights reserved. * @@ -162,7 +163,7 @@ done: char *mypass; snprintf(prompt, sizeof(prompt), "Password (%s:%s): ", host, *aname); - mypass = (char *)getpass (prompt); + mypass = nmh_getpass(prompt); if (*mypass == '\0') { mypass = *aname;