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

@ -37,7 +37,7 @@ endif
# don't change following line to ifeq ($(USE_AESNI),yes) !!!
ifeq ($(USE_AESNI),1)
CPU_FLAGS += -maes -DAESNI
CPU_FLAGS += -maes
else
CPU_FLAGS += -msse
endif