aboutsummaryrefslogtreecommitdiff
path: root/tests/hash.lua
diff options
context:
space:
mode:
Diffstat (limited to 'tests/hash.lua')
-rw-r--r--tests/hash.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/hash.lua b/tests/hash.lua
index 1f99aca..39e25ae 100644
--- a/tests/hash.lua
+++ b/tests/hash.lua
@@ -21,7 +21,7 @@ function test(name,b,exp,oargs)
hash = llib.crypto[name](b,table.unpack(oargs))
add = table.concat(oargs, ", ")
end
-
+
if(llib.crypto[name.."_init"] ~= nil) then
if(oargs == nil) then
hash2 = llib.crypto[name]():update(b):final()