lua-bcrypt

Secure password hashing for Lua
Log | Files | Refs

commit 61b491da73c820d59a3180cd2c9a50d84374e326
parent 2a983ead15a1f0cda33256c0b470d0d02328e8c5
Author: Michael Savage <mikejsavage@gmail.com>
Date:   Tue, 10 Jan 2012 09:40:56 +0000

Don't link with lua

Diffstat:
Makefile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile @@ -1,7 +1,7 @@ CC = gcc SRCDIR = src/ CFLAGS = -O2 -shared -fPIC -LDFLAGS = -lcrypto -llua +LDFLAGS = -lcrypto WARNINGS = -Wall -Wextra -Werror all: bcrypt test