aboutsummaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-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
local pass = ... or "passphrase"
-print(pass, tohex(lm_hash(... or "passphrase")))
+print(pass, tohex(lm_hash(pass)))