mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07: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();
|
||
|
}
|
||
|
|