don't choke on deprecated sha-1 routines

This commit is contained in:
EKR 2014-01-09 10:36:12 -08:00
parent e1772654b5
commit b7a5d70212

View File

@ -1,6 +1,6 @@
ASM = nasm
CFLAGS += -Werror -fPIC
CFLAGS += -Wno-deprecated-declarations -Werror -fPIC
LDFLAGS += -lpthread
ASMFLAGS += --prefix _ -DNOPREFIX
ifeq ($(ENABLE64BIT), Yes)