lua-bcrypt

Secure password hashing for Lua
Log | Files | Refs

commit 762bc39d4c41ea6fa5750612b3d249ff2db6c671
parent c15d6ce13550d0c8df3b724a251a2fa10bd9d3e2
Author: Michael Savage <mikejsavage@gmail.com>
Date:   Sat, 18 May 2013 21:16:19 +0100

Don't define CC in Makefile

Diffstat:
Makefile | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/Makefile b/Makefile @@ -1,4 +1,3 @@ -CC = gcc CFLAGS = -O2 -shared -fPIC -fomit-frame-pointer -funroll-loops LDFLAGS = -lcrypto -Ilib/bcrypt WARNINGS = -Wall -Wextra -Werror -Wbad-function-cast -Wcast-align -Wcast-qual -Wstrict-prototypes -Wshadow -Wundef -Wpointer-arith