Closed
Bug 802900
Opened 13 years ago
Closed 13 years ago
Removed the unused variables in pk11_TokenKeyGenWithFlagsAndKeyType
Categories
(NSS :: Libraries, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
3.14.1
People
(Reporter: wtc, Assigned: wtc)
Details
Attachments
(1 file)
|
980 bytes,
patch
|
KaiE
:
review+
|
Details | Diff | Splinter Review |
There are three unused variables in pk11_TokenKeyGenWithFlagsAndKeyType.
The code that used them was moved to the new function PK11_KeyGenWithTemplate
in bug 617492.
Attachment #672614 -
Flags: review?(kaie)
Comment 1•13 years ago
|
||
Comment on attachment 672614 [details] [diff] [review]
Proposed patch
r=kaie
Attachment #672614 -
Flags: review?(kaie) → review+
Updated•13 years ago
|
Keywords: checkin-needed
Comment 2•13 years ago
|
||
Checking in pk11skey.c;
/cvsroot/mozilla/security/nss/lib/pk11wrap/pk11skey.c,v <-- pk11skey.c
new revision: 1.127; previous revision: 1.126
done
You need to log in
before you can comment on or make changes to this bug.
Description
•