fix: correct reading for hash function

This commit is contained in:
ngn
2024-07-11 07:52:00 +03:00
parent 839bcb47bf
commit 5cdb857988
7 changed files with 26 additions and 7 deletions

View File

@ -9,7 +9,7 @@ SRCS = $(wildcard src/*.c) $(wildcard src/*/*.c)
OBJS = $(patsubst src/%.c,dist/%.o,$(SRCS))
HDRS = $(wildcard include/*.h)
CFLAGS = -O3 -fstack-protector-strong -fcf-protection=full -fstack-clash-protection
LIBS = -lpthread -larchive -linih -lgpgme -lsqlite3
LIBS = -lpthread -lcrypto -larchive -linih -lgpgme -lsqlite3
DEBUG = 0
VERSION = 24.00