diff options
Diffstat (limited to '')
-rw-r--r-- | bounce.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bounce.c b/bounce.c index 908a1cb..d4b6175 100644 --- a/bounce.c +++ b/bounce.c @@ -41,6 +41,8 @@ #include "bounce.h" +bool verbose; + static void hashPass(void) { char *pass = getpass("Password: "); byte rand[12]; |