Closed
Bug 294556
Opened 20 years ago
Closed 19 years ago
unexported api calls in pk11pub.h
Categories
(NSS :: Libraries, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
3.11
People
(Reporter: jason.m.reid, Assigned: rrelyea)
Details
Attachments
(1 file, 1 obsolete file)
|
1.27 KB,
patch
|
wtc
:
review+
nelson
:
superreview+
|
Details | Diff | Splinter Review |
The following api calls in pk11pub.h are not found in a .def file. PK11_GetPrevtGenericObject NOT exported SECMOD_HasRootCerts NOT exported
Updated•20 years ago
|
Assignee: wtchang → rrelyea
| Assignee | ||
Comment 1•20 years ago
|
||
One of these is a typo: PK11_GetPrevtGenericObject should be: PK11_GetPrevGenericObject The other is flat missing and should be added to nss.def bob
Updated•20 years ago
|
QA Contact: bishakhabanerjee → jason.m.reid
| Assignee | ||
Comment 2•20 years ago
|
||
Patch implements my comment.
| Assignee | ||
Updated•20 years ago
|
Attachment #187141 -
Flags: superreview?(wtchang)
Attachment #187141 -
Flags: review?(nelson)
Comment 3•20 years ago
|
||
Comment on attachment 187141 [details] [diff] [review] Update nss.def and pub.h to be consistant >Index: nss/nss.def >=================================================================== >RCS file: /cvsroot/mozilla/security/nss/lib/nss/nss.def,v >retrieving revision 1.146 >diff -r1.146 nss.def >852a853,859 >> ;+NSS_3.10 { # NSS 3.10 release >> ;+ global: >> SECMOD_HasRootCerts; This should be NSS_3.10.1 because there is already a NSS_3.10 section (added in the NSS 3.10 release).
Attachment #187141 -
Flags: superreview?(wtchang)
Attachment #187141 -
Flags: superreview-
Attachment #187141 -
Flags: review?(nelson)
| Assignee | ||
Comment 4•20 years ago
|
||
This patch is targetting 3.11. Unless someone really needs it in a point release of 3.10. (Good catch Wan-Teh
| Assignee | ||
Updated•20 years ago
|
Attachment #187141 -
Attachment is obsolete: true
Attachment #187155 -
Flags: superreview?(nelson)
Attachment #187155 -
Flags: review?(wtchang)
Comment 5•20 years ago
|
||
Comment on attachment 187155 [details] [diff] [review] Update nss.def and pub.h to be consistant r=wtc. Targetting 3.11 is fine by me. You'll need to wait until we have created the NSS_3_10_BRANCH to check in this patch on the trunk.
Attachment #187155 -
Flags: review?(wtchang) → review+
Comment 6•20 years ago
|
||
Comment on attachment 187155 [details] [diff] [review] Update nss.def and pub.h to be consistant Agreed for 3.11 target.
Attachment #187155 -
Flags: superreview?(nelson) → superreview+
Updated•20 years ago
|
Target Milestone: --- → 3.11
| Assignee | ||
Comment 7•19 years ago
|
||
Checking in nss/nss.def; /cvsroot/mozilla/security/nss/lib/nss/nss.def,v <-- nss.def new revision: 1.148; previous revision: 1.147 done Checking in pk11wrap/pk11pub.h; /cvsroot/mozilla/security/nss/lib/pk11wrap/pk11pub.h,v <-- pk11pub.h new revision: 1.7; previous revision: 1.6 done
Status: NEW → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•