mirror of
https://github.com/rn10950/RetroZilla.git
synced 2024-11-10 01:40:17 +01: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();
|
||
|
}
|
||
|
|