Skip to content

Commit

Permalink
Merge remote-tracking branch 'purple/openssl' into merge-recent-udp-t…
Browse files Browse the repository at this point in the history
…unnel
  • Loading branch information
majestrate committed Oct 10, 2016
2 parents 8a95b5b + f83ebbc commit 22250ae
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile.mingw
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ ifeq ($(USE_WIN32_APP), yes)
DAEMON_OBJS += $(patsubst %.rc,obj/%.o,$(DAEMON_RC))
endif

ifeq ($(USE_AESNI),yes)
# don't change following line to ifeq ($(USE_AESNI),yes) !!!
ifeq ($(USE_AESNI),1)
CPU_FLAGS = -maes -DAESNI
else
CPU_FLAGS = -msse
Expand Down

0 comments on commit 22250ae

Please sign in to comment.