Closed
Bug 1522735
Opened 6 years ago
Closed 6 years ago
Set enable_sslkeylogfile for NSS gyp build
Categories
(Firefox Build System :: General, enhancement, P1)
Tracking
(firefox66 fixed)
RESOLVED
FIXED
mozilla66
Tracking | Status | |
---|---|---|
firefox66 | --- | fixed |
People
(Reporter: jcj, Assigned: jcj)
References
Details
Attachments
(1 file)
NSS 3.42 added a new build flag, enable_sslkeylogfile, to toggle the availability of the SSLKEYLOGFILE variable (see Bug 1515236 and Bug 1519209).
That flag, enable_sslkeylogfile, needs to be set to 1 in mozilla-central/security/moz.build for NSS 3.42 (particularly NSS_3_42_BETA2)
Note that this makes https://hg.mozilla.org/mozilla-central/rev/0801165e3175 unnecessary, but still safe. (And in the future, we can toggle here in the gyp file)
Sorry for the lateness of this change.
Assignee | ||
Comment 1•6 years ago
|
||
NSS 3.42 added a new build flag, enable_sslkeylogfile, to toggle the
availability of the SSLKEYLOGFILE variable (see Bug 1515236 and Bug 1519209).
Pushed by jjones@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/88a48f21fa68
Set enable_sslkeylogfile for NSS gyp build r=firefox-build-system-reviewers,erahm,ted
Comment 3•6 years ago
|
||
bugherder |
You need to log in
before you can comment on or make changes to this bug.
Description
•