summaryrefslogtreecommitdiff
path: root/nss/gtests/ssl_gtest/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'nss/gtests/ssl_gtest/Makefile')
-rw-r--r--nss/gtests/ssl_gtest/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/nss/gtests/ssl_gtest/Makefile b/nss/gtests/ssl_gtest/Makefile
index dfb8df9..a9a9290 100644
--- a/nss/gtests/ssl_gtest/Makefile
+++ b/nss/gtests/ssl_gtest/Makefile
@@ -33,11 +33,8 @@ ifdef NSS_SSL_ENABLE_ZLIB
include $(CORE_DEPTH)/coreconf/zlib.mk
endif
-ifndef NSS_ENABLE_TLS_1_3
-NSS_DISABLE_TLS_1_3=1
-endif
-
ifdef NSS_DISABLE_TLS_1_3
+NSS_DISABLE_TLS_1_3=1
# Run parameterized tests only, for which we can easily exclude TLS 1.3
CPPSRCS := $(filter-out $(shell grep -l '^TEST_F' $(CPPSRCS)), $(CPPSRCS))
CFLAGS += -DNSS_DISABLE_TLS_1_3