don't choke on deprecated sha-1 routines
This commit is contained in:
parent
e1772654b5
commit
b7a5d70212
@ -1,6 +1,6 @@
|
||||
|
||||
ASM = nasm
|
||||
CFLAGS += -Werror -fPIC
|
||||
CFLAGS += -Wno-deprecated-declarations -Werror -fPIC
|
||||
LDFLAGS += -lpthread
|
||||
ASMFLAGS += --prefix _ -DNOPREFIX
|
||||
ifeq ($(ENABLE64BIT), Yes)
|
||||
|
Loading…
x
Reference in New Issue
Block a user