gecko-dev/security/nss/lib/smime/smimesym.c
relyea%netscape.com 065da8f734 Shared library changes.
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
2000-12-22 17:16:24 +00:00

9 lines
159 B
C

extern void SEC_PKCS7DecodeItem();
extern void SEC_PKCS7DestroyContentInfo();
smime_CMDExports() {
SEC_PKCS7DecodeItem();
SEC_PKCS7DestroyContentInfo();
}