summaryrefslogtreecommitdiff
path: root/security/nss/lib/nss/nsssym.c
Commit message (Collapse)AuthorAgeFilesLines
* Changes to deal with exporting data from Windows DLLs.nelsonb%netscape.com2001-01-051-42/+41
| | | | | | | | | | SECHashObjects[] is no longer exported. New function HASH_GetHashObject returns pointer to selected const object. SSL statistics are now in a structure whose address is obtained via a call to SSL_GetStatistics(). On NT, the new symbol NSS_USE_STATIC_LIBS must be declared in programs that use the static SSL library. Also, propagate "const" declaration for SECHashObjects.
* Shared library changes.relyea%netscape.com2000-12-221-0/+430
Three directories pull the NSS libraries together into a three shared libaries: nss, ssl, and smime. Symbols need to be exported by the DLL from the imported libraries are defined in XXX/XXXsym.c Library linkage is controlled by XXX/config.mk