tsecstore: say password for win - plan9port - [fork] Plan 9 from user space
git clone git://src.adamsgaard.dk/plan9port
Log
Files
Refs
README
LICENSE
---
commit c5d1b221709e5a51abe96b19d85ac5c16cc0d562
parent 0e43f5c6d330afe996e157205e78618001d1d038
Author: Russ Cox 
Date:   Wed,  5 Oct 2011 16:22:40 -0400

secstore: say password for win

Diffstat:
  M src/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
t@@ -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");