Closed
Bug 294546
Opened 20 years ago
Closed 18 years ago
unexported api calls in jar-ds.h
Categories
(NSS :: Libraries, defect)
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: jason.m.reid, Unassigned)
Details
The following api calls in jar-ds.h are not found in a .def file. ZZ_NewLink NOT exported ZZ_DestroyLink NOT exported ZZ_NewList NOT exported ZZ_DestroyList NOT exported
Updated•20 years ago
|
QA Contact: bishakhabanerjee → jason.m.reid
Updated•19 years ago
|
Assignee: wtchang → nobody
QA Contact: jason.m.reid → libraries
Comment 1•18 years ago
|
||
lib/jar is not part of any NSS shared library, and so its functions are not exported from any shared library. At this time, we consider lib/jar to be part of signtool, and its API to be private to NSS. This jar header file should not be a "public" export from NSS.
Status: NEW → RESOLVED
Closed: 18 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•