fix: correct reading for hash function
This commit is contained in:
2
Makefile
2
Makefile
@ -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
|
||||
|
Reference in New Issue
Block a user