From 2fd94aae29d53d9859bfc3f53777970def38e253 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Fri, 23 Aug 2024 22:36:41 +0200 Subject: Fixes + add SHA0 and SHA1 using libsha1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- config.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config.mk') diff --git a/config.mk b/config.mk index f4adf12..cdc8b8c 100644 --- a/config.mk +++ b/config.mk @@ -5,4 +5,4 @@ CC = c99 CPPFLAGS = -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_XOPEN_SOURCE=700 -D_GNU_SOURCE CFLAGS = -LDFLAGS = +LDFLAGS = -lsha1 -- cgit v1.2.3-70-g09d2