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 git-svn-id: svn://10.0.0.236/trunk@83995 18797224-902f-48f8-a5cc-f745e15eee43
9 lines
159 B
C
9 lines
159 B
C
extern void SEC_PKCS7DecodeItem();
|
|
extern void SEC_PKCS7DestroyContentInfo();
|
|
|
|
smime_CMDExports() {
|
|
SEC_PKCS7DecodeItem();
|
|
SEC_PKCS7DestroyContentInfo();
|
|
}
|
|
|