mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-12 11:10:07 +00:00
secstore: say password for win
This commit is contained in:
parent
0e43f5c6d3
commit
c5d1b22170
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@ main(int argc, char **argv)
|
|||
while(buf[n-1] == '\n')
|
||||
buf[--n] = 0;
|
||||
}else{
|
||||
pass = readcons("aescbc key", nil, 1);
|
||||
pass = readcons("aescbc password", nil, 1);
|
||||
n = strlen(pass);
|
||||
if(n >= BUF)
|
||||
exits("key too long");
|
||||
|
|
Loading…
Reference in a new issue