diff options
Diffstat (limited to 'src/lua/lua_cryptobox.c')
-rw-r--r-- | src/lua/lua_cryptobox.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lua/lua_cryptobox.c b/src/lua/lua_cryptobox.c index 7a7f4419b..788f2e1df 100644 --- a/src/lua/lua_cryptobox.c +++ b/src/lua/lua_cryptobox.c @@ -1235,7 +1235,7 @@ lua_cryptobox_hash_create_keyed (lua_State *L) } if (s) { - rspamd_cryptobox_hash_update (h, s, len); + rspamd_cryptobox_hash_update (h->content.h, s, len); } ph = lua_newuserdata (L, sizeof (void *)); |