Closed
Bug 428105
Opened 17 years ago
Closed 17 years ago
CERT_SetOCSPTimeout is not defined in any public header file
Categories
(NSS :: Libraries, defect, P2)
Tracking
(Not tracked)
RESOLVED
FIXED
3.12
People
(Reporter: christophe.ravel.bugs, Assigned: KaiE)
Details
Attachments
(1 file)
684 bytes,
patch
|
nelson
:
review+
|
Details | Diff | Splinter Review |
The CERT_SetOCSPTimeout function is exported in libnss.so (nss.def) but is not defined in any header file (see certhigh/ocsp.c).
This function should be defined in a public header file.
Reporter | ||
Comment 1•17 years ago
|
||
This issue was introduced by the resolution of bug 406120.
Assignee: nobody → kengert
Priority: -- → P2
Target Milestone: --- → 3.12
Assignee | ||
Comment 2•17 years ago
|
||
Attachment #316854 -
Flags: review?(nelson)
Comment 3•17 years ago
|
||
Comment on attachment 316854 [details] [diff] [review]
patch v1
r=nelson
Attachment #316854 -
Flags: review?(nelson) → review+
Assignee | ||
Comment 4•17 years ago
|
||
Checking in ocsp.h;
/cvsroot/mozilla/security/nss/lib/certhigh/ocsp.h,v <-- ocsp.h
new revision: 1.12; previous revision: 1.11
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 5•17 years ago
|
||
If you want this correctness fix on the 3.12.0 branch, please mark a second review.
You need to log in
before you can comment on or make changes to this bug.
Description
•