RetroZilla/security/nss/lib/smime/smimesym.c

9 lines
159 B
C
Raw Normal View History

2015-10-21 05:03:22 +02:00
extern void SEC_PKCS7DecodeItem();
extern void SEC_PKCS7DestroyContentInfo();
smime_CMDExports() {
SEC_PKCS7DecodeItem();
SEC_PKCS7DestroyContentInfo();
}