Closed
Bug 692681
Opened 14 years ago
Closed 13 years ago
Fix deprecated symbol warnings in PSM for CERTDB_VALID_PEER
Categories
(Core :: Security: PSM, defect)
Core
Security: PSM
Tracking
()
RESOLVED
DUPLICATE
of bug 703178
People
(Reporter: briansmith, Unassigned)
Details
Attachments
(1 file)
|
3.25 KB,
patch
|
KaiE
:
review+
rrelyea
:
superreview+
|
Details | Diff | Splinter Review |
CERTDB_VALID_PEER was renamed to CERTDB_TERMINAL_RECORD in a recent NSS release, and the CERTDB_VALID_PEER symbol was deprecated, because its name was misleading. This causes the compiler to warn about uses of CERTDB_VALID_PEER. This patch is simply s/CERTDB_VALID_PEER/CERTDB_TERMINAL_RECORD/ to silence the warnings. I admit I don't have a great understanding of this code.
Attachment #565420 -
Flags: superreview?(rrelyea)
Attachment #565420 -
Flags: review?(kaie)
Comment 1•14 years ago
|
||
Comment on attachment 565420 [details] [diff] [review]
Replace uses of CERTDB_VALID_PEER with CERTDB_TERMINAL_RECORD
r=kaie
Attachment #565420 -
Flags: review?(kaie) → review+
Comment 2•14 years ago
|
||
Comment on attachment 565420 [details] [diff] [review]
Replace uses of CERTDB_VALID_PEER with CERTDB_TERMINAL_RECORD
r+ rrelyea
Attachment #565420 -
Flags: superreview?(rrelyea) → superreview+
Updated•13 years ago
|
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•