mirror of https://github.com/FreeRDP/FreeRDP
winpr/asn1: add ASN1_CreateDecoder stub
This commit is contained in:
parent
c3bbe706fb
commit
2d185e51b5
|
@ -313,4 +313,10 @@ void ASN1_FreeDecoded(ASN1decoding_t pDecoderInfo, void* pDataStruct, ASN1uint32
|
|||
return;
|
||||
}
|
||||
|
||||
ASN1error_e ASN1_CreateDecoder(ASN1module_t pModule, ASN1decoding_t* ppDecoderInfo,
|
||||
ASN1octet_t* pbBuf, ASN1uint32_t cbBufSize, ASN1decoding_t pParent)
|
||||
{
|
||||
return ASN1_ERR_BADARGS;
|
||||
}
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue