Open
Bug 205660
Opened 23 years ago
Updated 3 years ago
Combine PK11_NewSlotInfo and PK11_InitSlot
Categories
(NSS :: Libraries, defect, P4)
Tracking
(Not tracked)
NEW
People
(Reporter: wtc, Assigned: rrelyea)
Details
In bug 202593 we added the "mod" argument to PK11_NewSlotInfo.
This means the module-specific initialization in PK11_InitSlot
can now be done in PK11_NewSlotInfo, replacing some of the
generic initialization. We might want to simply combine the
two functions.
| Assignee | ||
Updated•23 years ago
|
Priority: -- → P4
Target Milestone: --- → 3.9
| Reporter | ||
Updated•21 years ago
|
Target Milestone: 3.9 → 3.10
Updated•21 years ago
|
QA Contact: bishakhabanerjee → jason.m.reid
| Reporter | ||
Updated•20 years ago
|
Target Milestone: 3.10 → 3.12
Updated•20 years ago
|
QA Contact: jason.m.reid → libraries
Comment 1•17 years ago
|
||
Unsetting target milestone in unresolved bugs whose targets have passed.
Target Milestone: 3.12 → ---
Updated•3 years ago
|
Severity: trivial → S4
You need to log in
before you can comment on or make changes to this bug.
Description
•