X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=sbr%2Fruserpass.c;h=9e50da68d60b807d04f17e7ead4b7d187085f4c7;hp=68809df411db399dc166bd3e069ad31ef3cff094;hb=6c42153ad9362cc676ea66563bf400d7511b3b68;hpb=1691e80890e5d8ba258c51c214a3e91880e1db2b diff --git a/sbr/ruserpass.c b/sbr/ruserpass.c index 68809df..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 = getpass (prompt); + mypass = nmh_getpass(prompt); if (*mypass == '\0') { mypass = *aname;