Closed Bug 286323 Opened 20 years ago Closed 10 months ago

Make pk11_ObjectFromHandle a macro

Categories

(NSS :: Libraries, defect, P5)

3.9.3

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.
QA Contact: bishakhabanerjee → jason.m.reid
QA Contact: jason.m.reid → libraries

The bug assignee didn't login in Bugzilla in the last 7 months, so the assignee is being reset.

Assignee: wtc → nobody
Severity: trivial → S4
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.