Closed
Bug 294545
Opened 20 years ago
Closed 18 years ago
unexported api calls in jar.h
Categories
(NSS :: Libraries, defect)
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: jason.m.reid, Unassigned)
Details
The following api calls in jar.h are not found in a .def file. JAR_new NOT exported JAR_destroy NOT exported JAR_get_error NOT exported JAR_set_callback NOT exported JAR_init_callbacks NOT exported JAR_set_context NOT exported JAR_find NOT exported JAR_find_next NOT exported JAR_find_end NOT exported JAR_parse_manifest NOT exported JAR_calculate_digest NOT exported JAR_verify_digest NOT exported JAR_digest_file NOT exported JAR_cert_attribute NOT exported JAR_get_metainfo NOT exported JAR_get_filename NOT exported JAR_get_url NOT exported JAR_cert_html NOT exported JAR_stash_cert NOT exported JAR_fetch_cert NOT exported JAR_pass_archive NOT exported JAR_pass_archive_unverified NOT exported JAR_verified_extract NOT exported JAR_extract 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
•