Closed
Bug 1594119
Opened 6 years ago
Closed 5 years ago
nsNSSComponent.cpp needs to include pk11pub.h for PK11_GetCertsMatchingPrivateKey
Categories
(Core :: Security: PSM, defect, P2)
Core
Security: PSM
Tracking
()
RESOLVED
FIXED
mozilla79
People
(Reporter: keeler, Assigned: rmf)
References
Details
Attachments
(1 file)
The patch for bug 1581962 didn't include adding the pk11pub.h header (where PK11_GetCertsMatchingPrivateKey is declared) to nsNSSComponent.cpp, so this is probably broken in non-unified builds (or if chunking changes) (see e.g. bug 1593474).
Comment 1•6 years ago
|
||
This should also get uplifted, then.
status-firefox71:
--- → affected
status-firefox72:
--- → affected
![]() |
Reporter | |
Updated•6 years ago
|
Assignee: dkeeler → nobody
Priority: P1 → P2
![]() |
Reporter | |
Updated•5 years ago
|
Severity: normal → S4
Assignee | ||
Comment 2•5 years ago
|
||
Updated•5 years ago
|
Assignee: nobody → bugs
Status: NEW → ASSIGNED
Pushed by cbrindusan@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/535b241f8c23
include pk11pub.h in nsNSSComponent.cpp for PK11_GetCertsMatchingPrivateKey r=keeler
Comment 4•5 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox79:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla79
Updated•5 years ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•