Closed Bug 294556 Opened 20 years ago Closed 19 years ago

unexported api calls in pk11pub.h

Categories

(NSS :: Libraries, defect)

3.10
x86
Linux
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: jason.m.reid, Assigned: rrelyea)

Details

Attachments

(1 file, 1 obsolete file)

The following api calls in pk11pub.h are not found in a .def file.

PK11_GetPrevtGenericObject NOT exported
SECMOD_HasRootCerts NOT exported
Assignee: wtchang → rrelyea
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
QA Contact: bishakhabanerjee → jason.m.reid
Patch implements my comment.
Attachment #187141 - Flags: superreview?(wtchang)
Attachment #187141 - Flags: review?(nelson)
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)
This patch is targetting 3.11. Unless someone really needs it in a point
release of 3.10. (Good catch Wan-Teh
Attachment #187141 - Attachment is obsolete: true
Attachment #187155 - Flags: superreview?(nelson)
Attachment #187155 - Flags: review?(wtchang)
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 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+
Target Milestone: --- → 3.11
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.

Attachment

General

Creator:
Created:
Updated:
Size: