freebsd-ports/security/lua-argon2/files/patch-src_argon2.c
Vanilla I. Shu 0eb692f7d0 security/lua-argon2: New port
Lua C binding for the Argon2 password hashing function. Compatible with Lua 5.x and LuaJIT.

PR:		268039
Reported by:	Manuel Wiesinger <manuel at mmap.at>
2023-01-09 11:19:20 +08:00

11 lines
270 B
C

--- src/argon2.c.orig 2022-09-25 20:11:00 UTC
+++ src/argon2.c
@@ -486,7 +486,7 @@ static const luaL_Reg largon2[] = { { "verify", largon
{ NULL, NULL } };
-int
+LUALIB_API int
luaopen_argon2(lua_State *L)
{
lua_newtable(L);