Open
Bug 642546
Opened 14 years ago
Updated 1 year ago
SECMOD_LoadUserModule and SECMOD_LoadModule should take a const char *modulespec argument
Categories
(NSS :: Libraries, defect, P5)
NSS
Libraries
Tracking
(Not tracked)
NEW
People
(Reporter: wtc, Unassigned)
Details
SECMOD_LoadUserModule and SECMOD_LoadModule now takes a char *modulespec
input argument. It should be changed to const char *.
I looked into it briefly. It'll require quite a bit of const propagation.
Updated•2 years ago
|
Severity: normal → S3
Updated•1 year ago
|
Severity: S3 → S4
Priority: -- → P5
You need to log in
before you can comment on or make changes to this bug.
Description
•