Closed
Bug 1243864
Opened 9 years ago
Closed 9 years ago
Remove some unused declarations from libssl internal headers
Categories
(NSS :: Libraries, defect)
NSS
Libraries
Tracking
(firefox47 affected)
RESOLVED
FIXED
3.23
Tracking | Status | |
---|---|---|
firefox47 | --- | affected |
People
(Reporter: jld, Assigned: jld)
References
Details
Attachments
(1 file)
1.35 KB,
patch
|
KaiE
:
review+
|
Details | Diff | Splinter Review |
Breaking this out of 1222665 so I don't have to juggle so many patches in the same bug. There are some unused declarations in the internal header file sslimpl.h, including one that conflicts with C++ reserved words and thereby prevents using these interfaces from C++ code such as gtests.
Assignee | ||
Comment 1•9 years ago
|
||
(Self-nitpick: they're not in sslimpl.h itself.)
Summary: Remove some unused declarations from sslimpl.h → Remove some unused declarations from libssl internal headers
Assignee | ||
Comment 2•9 years ago
|
||
Attachment #8713335 -
Flags: review?(kaie)
Updated•9 years ago
|
Attachment #8713335 -
Flags: review?(kaie) → review+
Updated•9 years ago
|
Keywords: checkin-needed
Updated•9 years ago
|
Target Milestone: --- → 3.23
Comment 3•9 years ago
|
||
You need to log in
before you can comment on or make changes to this bug.
Description
•