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)

defect
Not set
trivial

Tracking

()

RESOLVED DUPLICATE of bug 703178

People

(Reporter: briansmith, Unassigned)

Details

Attachments

(1 file)

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 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 on attachment 565420 [details] [diff] [review] Replace uses of CERTDB_VALID_PEER with CERTDB_TERMINAL_RECORD r+ rrelyea
Attachment #565420 - Flags: superreview?(rrelyea) → superreview+
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.

Attachment

General

Created:
Updated:
Size: