Closed
Bug 522510
Opened 14 years ago
Closed 14 years ago
Add "deprecated" comments to key.h and pk11func.h
Categories
(NSS :: Libraries, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
3.12.5
People
(Reporter: wtc, Assigned: wtc)
Details
Attachments
(1 file)
1.92 KB,
patch
|
nelson
:
review+
rrelyea
:
superreview+
|
Details | Diff | Splinter Review |
The patch adds comments to key.h and pk11func.h to note that these headers are deprecated and replaced by keyhi.h and pk11pub.h, respectively. I considered fixing NSS itself to use the new headers, but found that there are too many files to fix: http://mxr.mozilla.org/security/search?string=%22key.h%22 http://mxr.mozilla.org/security/search?string=%3Ckey.h%3E http://mxr.mozilla.org/security/search?string=%22pk11func.h%22 http://mxr.mozilla.org/security/search?string=%3Cpk11func.h%3E
Attachment #406476 -
Flags: superreview?(rrelyea)
Attachment #406476 -
Flags: review?(nelson)
Updated•14 years ago
|
Attachment #406476 -
Flags: review?(nelson) → review+
Comment 1•14 years ago
|
||
Comment on attachment 406476 [details] [diff] [review] Proposed patch r=nelson
Comment 2•14 years ago
|
||
Although this bug requests a change to a comment in the code, I disagree that it is a documentation bug. Changing component to libraries.
Component: Documentation → Libraries
QA Contact: documentation → libraries
Assignee | ||
Comment 3•14 years ago
|
||
I checked in the patch on the NSS trunk (NSS 3.12.5). Checking in lib/cryptohi/key.h; /cvsroot/mozilla/security/nss/lib/cryptohi/key.h,v <-- key.h new revision: 1.5; previous revision: 1.4 done Checking in lib/pk11wrap/pk11func.h; /cvsroot/mozilla/security/nss/lib/pk11wrap/pk11func.h,v <-- pk11func.h new revision: 1.55; previous revision: 1.54 done
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Comment 4•14 years ago
|
||
Comment on attachment 406476 [details] [diff] [review] Proposed patch sr+ relyea
Attachment #406476 -
Flags: superreview?(rrelyea) → superreview+
You need to log in
before you can comment on or make changes to this bug.
Description
•