Closed
Bug 1495221
Opened 6 years ago
Closed 6 years ago
security/manager/ssl/nsNSSIOLayer.cpp:1032:23: error: 'SSL_EnableESNI' was not declared in this scope
Categories
(Core :: Security: PSM, defect)
Core
Security: PSM
Tracking
()
RESOLVED
FIXED
mozilla64
Tracking | Status | |
---|---|---|
firefox-esr60 | --- | unaffected |
firefox62 | --- | unaffected |
firefox63 | --- | unaffected |
firefox64 | --- | fixed |
People
(Reporter: jbeich, Assigned: jbeich)
References
Details
(Keywords: regression)
Attachments
(1 file)
1.16 KB,
patch
|
froydnj
:
review+
|
Details | Diff | Splinter Review |
$ pkg info -x nss
nss-3.39
$ echo "ac_add_options --with-system-nss" >>.mozconfig
$ ./mach build
[...]
In file included from objdirsecurity/manager/ssl/Unified_cpp_security_manager_ssl2.cpp:29:
security/manager/ssl/nsNSSIOLayer.cpp:1032:23: error: use of undeclared identifier
'SSL_EnableESNI'
if (SECSuccess != SSL_EnableESNI(mFd,
^
1 error generated.
Attachment #9013101 -
Flags: review?(core-build-config-reviews)
![]() |
||
Updated•6 years ago
|
Attachment #9013101 -
Flags: review?(core-build-config-reviews) → review+
Keywords: checkin-needed
Pushed by rgurzau@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/4e1f31f8ec6d
Bump minimum required NSS version to 3.40. r=froydnj
Keywords: checkin-needed
Comment 3•6 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla64
Updated•6 years ago
|
Assignee: nobody → jbeich
status-firefox62:
--- → unaffected
status-firefox63:
--- → unaffected
status-firefox-esr60:
--- → unaffected
Comment 4•6 years ago
|
||
jan: i get it that it's "cleaner" to depend on a version that has the required symbols.. but .. this 3.40 isnt released. Right now, beta is not buildable using --with-system-nss and a released NSS.
You need to log in
before you can comment on or make changes to this bug.
Description
•