Closed
Bug 129066
Opened 23 years ago
Closed 23 years ago
The exported function CERT_ImportCAChainTrusted is not declared
Categories
(NSS :: Libraries, defect, P2)
Tracking
(Not tracked)
RESOLVED
FIXED
3.4
People
(Reporter: wtc, Assigned: rrelyea)
Details
The function CERT_ImportCAChainTrusted is exported from nss.def
and is being used in JSS, but is not declared in any NSS header
file.
Is this function safe to use for NSS clients other than JSS?
If so, we should declare it in a NSS public header file.
Reporter | ||
Comment 1•23 years ago
|
||
CERT_ImportCAChainTrusted is defined in lib/certhigh/certhigh.c.
What is the appropriate header file to declare this funciton?
cert.h?
Assignee | ||
Comment 2•23 years ago
|
||
Sigh,
Yes it is.
bob
Reporter | ||
Comment 3•23 years ago
|
||
Fixed by the patch in bug 130703.
Status: NEW → RESOLVED
Closed: 23 years ago
Priority: -- → P2
Resolution: --- → FIXED
Target Milestone: --- → 3.4
You need to log in
before you can comment on or make changes to this bug.
Description
•