Closed
Bug 286323
Opened 20 years ago
Closed 10 months ago
Make pk11_ObjectFromHandle a macro
Categories
(NSS :: Libraries, defect, P5)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: wtc, Unassigned)
Details
pk11_ObjectFromHandle is a very short function:
pk11_ObjectFromHandle(CK_OBJECT_HANDLE handle, PK11Session *session)
{
PK11Slot *slot = pk11_SlotFromSession(session);
return pk11_ObjectFromHandleOnSlot(handle,slot);
}
We may want to turn it into a macro so it can
be inlined.
Updated•20 years ago
|
QA Contact: bishakhabanerjee → jason.m.reid
Updated•19 years ago
|
QA Contact: jason.m.reid → libraries
Comment 1•2 years ago
|
||
The bug assignee didn't login in Bugzilla in the last 7 months, so the assignee is being reset.
Assignee: wtc → nobody
Updated•2 years ago
|
Severity: trivial → S4
Updated•10 months ago
|
Status: NEW → RESOLVED
Closed: 10 months ago
Priority: -- → P5
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•