summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEKR <ekr@rtfm.com>2017-06-01 10:21:26 -0700
committerEKR <ekr@rtfm.com>2017-06-01 10:21:26 -0700
commit6d3e53735f171ab8dad0f2779b64582358da0dbd (patch)
treee6358d4bee872d5b6e001f84cf710260548fd6d5
parent391a96ca07d4dc08d8b2af381b8a33686d8fb051 (diff)
downloadnss-hg-6d3e53735f171ab8dad0f2779b64582358da0dbd.tar.gz
Bug 1368599 - Remove short TLS 1.3 headers for Firefox. r=mtNSS_3_31_BETA2
Summary: Note: I plan to uplift this change (which only affects the Firefox build) to Firefox w/o the rest of NSS. Reviewers: mt, kaie Differential Revision: https://nss-review.dev.mozaws.net/D342
-rw-r--r--lib/ssl/ssl.gyp5
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/ssl/ssl.gyp b/lib/ssl/ssl.gyp
index 31f40059a..175d1cecf 100644
--- a/lib/ssl/ssl.gyp
+++ b/lib/ssl/ssl.gyp
@@ -68,11 +68,6 @@
'UNSAFE_FUZZER_MODE',
],
}],
- [ 'mozilla_client==1', {
- 'defines': [
- 'NSS_ENABLE_TLS13_SHORT_HEADERS',
- ],
- }],
],
'dependencies': [
'<(DEPTH)/exports.gyp:nss_exports',