Skip to content

Commit

Permalink
debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonish committed Jan 22, 2025
1 parent 8d5426e commit 02c159a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/util-lua-hashlib.c
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@
#define SHA1_MT "suricata:hashlib:sha1"
#define MD5_MT "suricata:hashlib:md5"

/**
* \brief Create a new SHA-256 hash instance.
*/
static int LuaHashLibSha256New(lua_State *L)
{
struct SCSha256 **hasher = lua_newuserdata(L, sizeof(struct SCSha256 *));
Expand Down

0 comments on commit 02c159a

Please sign in to comment.