diff options
| author | ame <[email protected]> | 2024-04-11 19:46:15 -0500 |
|---|---|---|
| committer | ame <[email protected]> | 2024-04-11 19:46:15 -0500 |
| commit | 16270830384792a8e7d681a04c82bc86f43cea40 (patch) | |
| tree | 109c743e127edd3f6c6ad488642ed0c50063d7ba /tests | |
| parent | dbd630f2bf86d3fb97049eb1c9e1af3af12590b6 (diff) | |
fix some leaks
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/hash.lua | 2 |
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() |
