summaryrefslogtreecommitdiff
path: root/coreconf
diff options
context:
space:
mode:
authorEKR <ekr@rtfm.com>2016-02-06 11:11:29 -0800
committerEKR <ekr@rtfm.com>2016-02-06 11:11:29 -0800
commitedc3db77f53be77bd944fd5fddcbc478850a7a52 (patch)
treebafa75237091d42d0e03a6133d02d750d9397f83 /coreconf
parent0f104d473f131c4e104feaba45bb40c1d442be58 (diff)
downloadnss-hg-edc3db77f53be77bd944fd5fddcbc478850a7a52.tar.gz
Bug 1243872. Rename NSS_ENABLE_SSL_ZLIB to NSS_SSL_ENABLE_ZLIB. r=wtc
Diffstat (limited to 'coreconf')
-rw-r--r--coreconf/config.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/coreconf/config.mk b/coreconf/config.mk
index 00667af1f..134d0c8c1 100644
--- a/coreconf/config.mk
+++ b/coreconf/config.mk
@@ -191,8 +191,8 @@ DEFINES += -DSSL_DISABLE_DEPRECATED_CIPHER_SUITE_NAMES
# Mozilla's mozilla/modules/zlib/src/zconf.h adds the MOZ_Z_ prefix to zlib
# exported symbols, which causes problem when NSS is built as part of Mozilla.
-# So we add a NSS_ENABLE_SSL_ZLIB variable to allow Mozilla to turn this off.
-NSS_ENABLE_SSL_ZLIB = 1
+# So we add a NSS_SSL_ENABLE_ZLIB variable to allow Mozilla to turn this off.
+NSS_SSL_ENABLE_ZLIB = 1
# Allow build-time configuration of TLS 1.3 (Experimental)
ifdef NSS_ENABLE_TLS_1_3