plan9port

fork of plan9port with libvec, libstr and libsdb
Log | Files | Refs | README | LICENSE

commit c5d1b221709e5a51abe96b19d85ac5c16cc0d562
parent 0e43f5c6d330afe996e157205e78618001d1d038
Author: Russ Cox <rsc@swtch.com>
Date:   Wed,  5 Oct 2011 16:22:40 -0400

secstore: say password for win

Diffstat:
Msrc/cmd/auth/secstore/aescbc.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/cmd/auth/secstore/aescbc.c b/src/cmd/auth/secstore/aescbc.c @@ -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");