From 1e951a9f3b3c35cc108d45acd73147a8dda36f6c Mon Sep 17 00:00:00 2001 From: Tharre Date: Sun, 24 Aug 2014 00:24:54 +0200 Subject: Replace openssl SHA1 functions with custom version --- out/config.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'out/config.sh') diff --git a/out/config.sh b/out/config.sh index c9f6776..a0a846d 100644 --- a/out/config.sh +++ b/out/config.sh @@ -4,5 +4,5 @@ else PREF="gcc" fi CC=${CC-$PREF} -CFLAGS="-g -Wall -Wextra -std=c99 -pedantic" -LDFLAGS="-lcrypto -lm" +CFLAGS="-g -Wall -Wextra -std=c99 -pedantic -Wno-gnu-statement-expression" +LDFLAGS="-lm" -- cgit v1.2.3-70-g09d2