Closed
Bug 545273
Opened 15 years ago
Closed 15 years ago
Remove unused function SEC_Init
Categories
(NSS :: Libraries, defect)
NSS
Libraries
Tracking
(Not tracked)
RESOLVED
FIXED
3.12.6
People
(Reporter: wtc, Assigned: wtc)
References
Details
Attachments
(1 file)
3.93 KB,
patch
|
rrelyea
:
review+
|
Details | Diff | Splinter Review |
The function SEC_Init is unused:
http://mxr.mozilla.org/security/search?string=SEC_Init
The attached patch removes it.
Attachment #426116 -
Flags: review?(rrelyea)
Comment 1•15 years ago
|
||
Comment on attachment 426116 [details] [diff] [review]
Proposed patch
r+ assuming SEC_Init was never exported.
bob
Attachment #426116 -
Flags: review?(rrelyea) → review+
Assignee | ||
Comment 2•15 years ago
|
||
Right, SEC_Init was never exported from nss.def or nssutil.def.
I checked in the patch on the NSS trunk (NSS 3.12.6).
Checking in cmd/lib/secutil.h;
/cvsroot/mozilla/security/nss/cmd/lib/secutil.h,v <-- secutil.h
new revision: 1.32; previous revision: 1.31
done
Checking in cmd/p7env/p7env.c;
/cvsroot/mozilla/security/nss/cmd/p7env/p7env.c,v <-- p7env.c
new revision: 1.10; previous revision: 1.9
done
Checking in lib/util/manifest.mn;
/cvsroot/mozilla/security/nss/lib/util/manifest.mn,v <-- manifest.mn
new revision: 1.22; previous revision: 1.21
done
Removing lib/util/secinit.c;
/cvsroot/mozilla/security/nss/lib/util/secinit.c,v <-- secinit.c
new revision: delete; previous revision: 1.2
done
Assignee | ||
Updated•15 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•