Merge remote-tracking branch 'purple/openssl' into merge-recent-udp-tunnel

pull/662/head
Jeff Becker 8 years ago
commit 22250ae552
No known key found for this signature in database
GPG Key ID: AB950234D6EA286B

@ -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

Loading…
Cancel
Save