mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-05 16:46:26 +00:00
9 lines
159 B
C
9 lines
159 B
C
extern void SEC_PKCS7DecodeItem();
|
|
extern void SEC_PKCS7DestroyContentInfo();
|
|
|
|
smime_CMDExports() {
|
|
SEC_PKCS7DecodeItem();
|
|
SEC_PKCS7DestroyContentInfo();
|
|
}
|
|
|