aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorame <[email protected]>2024-04-11 19:46:15 -0500
committerame <[email protected]>2024-04-11 19:46:15 -0500
commit16270830384792a8e7d681a04c82bc86f43cea40 (patch)
tree109c743e127edd3f6c6ad488642ed0c50063d7ba /tests
parentdbd630f2bf86d3fb97049eb1c9e1af3af12590b6 (diff)
fix some leaks
Diffstat (limited to 'tests')
-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()