summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xexamples/lm.hash2
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
69local pass = ... or "passphrase" 69local pass = ... or "passphrase"
70 70
71print(pass, tohex(lm_hash(... or "passphrase"))) 71print(pass, tohex(lm_hash(pass)))