diff options
Diffstat (limited to '')
-rwxr-xr-x | examples/lm.hash | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/lm.hash b/examples/lm.hash index 4d8157c..b71b606 100755 --- a/examples/lm.hash +++ b/examples/lm.hash | |||
@@ -68,4 +68,4 @@ end -- tohex | |||
68 | 68 | ||
69 | local pass = ... or "passphrase" | 69 | local pass = ... or "passphrase" |
70 | 70 | ||
71 | print(pass, tohex(lm_hash(... or "passphrase"))) | 71 | print(pass, tohex(lm_hash(pass))) |