lua-bcrypt

Secure password hashing for Lua
Log | Files | Refs | README

commit 6bd1042d5d62a3369f2679e71329d94ce9a72c5f
parent 002c616c4bb10e0a5c19dc8042fa66a8ba91e509
Author: Michael Savage <mikejsavage@gmail.com>
Date:   Sun, 12 Jul 2020 12:58:13 +0300

__EXTENSIONS__ was only needed for strlcpy

Diffstat:
MMakefile.mess | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/Makefile.mess b/Makefile.mess @@ -34,7 +34,6 @@ ifneq ($(uname),OpenBSD) endif ifeq ($(uname),SunOS) - CFLAGS += -D__EXTENSIONS__ SRCS += compat/sha/sha512.c SRCS += compat/getentropy/getentropy_solaris.c endif