Closed
Bug 286302
Opened 20 years ago
Closed 20 years ago
Make PK11_CreateSymKey static
Categories
(NSS :: Libraries, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
3.10
People
(Reporter: wtc, Assigned: wtc)
Details
Attachments
(1 file)
3.32 KB,
patch
|
nelson
:
review+
|
Details | Diff | Splinter Review |
PK11_CreateSymKey is only used in a single file: pk11skey.c.
It can be a static function.
Assignee | ||
Comment 1•20 years ago
|
||
Make PK11_CreateSymKey static and use lowercase
pk11_ prefix.
Attachment #177543 -
Flags: review?(nelson)
Comment 2•20 years ago
|
||
Comment on attachment 177543 [details] [diff] [review]
Proposed patch
r=nelson
Attachment #177543 -
Flags: review?(nelson) → review+
Assignee | ||
Comment 3•20 years ago
|
||
I checked in the patch on the NSS trunk for NSS 3.10.
Checking in pk11priv.h;
/cvsroot/mozilla/security/nss/lib/pk11wrap/pk11priv.h,v <-- pk11priv.h
new revision: 1.4; previous revision: 1.3
done
Checking in pk11skey.c;
/cvsroot/mozilla/security/nss/lib/pk11wrap/pk11skey.c,v <-- pk11skey.c
new revision: 1.94; previous revision: 1.93
done
Status: NEW → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
Target Milestone: --- → 3.10
You need to log in
before you can comment on or make changes to this bug.
Description
•