add secstored; use readcons
This commit is contained in:
parent
d93fca6a7a
commit
096ff3e14a
11 changed files with 1196 additions and 22 deletions
|
|
@ -26,13 +26,3 @@ estrdup(char *s)
|
|||
sysfatal("estrdup");
|
||||
return s;
|
||||
}
|
||||
|
||||
char *
|
||||
getpassm(char *prompt)
|
||||
{
|
||||
char *p = getpass(prompt);
|
||||
|
||||
if(p == nil || (p = strdup(p)) == nil)
|
||||
sysfatal("getpassm");
|
||||
return p;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue