aboutsummaryrefslogtreecommitdiff
path: root/tests/hash.lua
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
commit3c2aab1e1f048412732d34912b4665f735e93b01 (patch)
tree109c743e127edd3f6c6ad488642ed0c50063d7ba /tests/hash.lua
parent6ee160004855b492167de13c9539c46e9dcd98c7 (diff)
fix some leaks
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()