delete old AESNI definition

This commit is contained in:
R4SAS 2018-06-29 02:30:03 +03:00
parent 64aee9c8ae
commit 55af4ed385
4 changed files with 4 additions and 4 deletions

View file

@ -20,7 +20,7 @@ ifeq ($(USE_UPNP),yes)
endif
ifeq ($(USE_AESNI),1)
CXXFLAGS += -maes -DAESNI
CXXFLAGS += -maes
else
CXXFLAGS += -msse
endif