blob: cc8cad2f21f87a676a2daf473a94faab63bad6d1 [file] [log] [blame]
diff -ur misc/nss-3.39/nss/lib/freebl/Makefile misc/build/nss-3.39/nss/lib/freebl/Makefile
--- misc/nss-3.39/nss/lib/freebl/Makefile 2018-08-31 05:55:53.000000000 -0700
+++ misc/build/nss-3.39/nss/lib/freebl/Makefile 2018-09-10 10:33:50.973984000 -0700
@@ -156,8 +156,8 @@
# The Intel AES assembly code requires Visual C++ 2010.
# if $(_MSC_VER) >= 1600 (Visual C++ 2010)
ifeq ($(firstword $(sort $(_MSC_VER) 1600)),1600)
- DEFINES += -DUSE_HW_AES -DINTEL_GCM
- ASFILES += intel-aes-x86-masm.asm intel-gcm-x86-masm.asm
+ #DEFINES += -DUSE_HW_AES -DINTEL_GCM
+ #ASFILES += intel-aes-x86-masm.asm intel-gcm-x86-masm.asm
EXTRA_SRCS += intel-gcm-wrap.c
ifeq ($(CLANG_CL),1)
INTEL_GCM_CLANG_CL = 1