crypt32: Remove an unneeded WINAPI.
This commit is contained in:
parent
deb07ccb1c
commit
54a51afcd7
|
@ -137,8 +137,7 @@ static BOOL WINAPI CRYPT_AsnDecodeUnsignedIntegerInternal(
|
||||||
* length or if the length is too large for cbEncoded, sets an appropriate
|
* length or if the length is too large for cbEncoded, sets an appropriate
|
||||||
* error code and returns FALSE.
|
* error code and returns FALSE.
|
||||||
*/
|
*/
|
||||||
static BOOL WINAPI CRYPT_GetLen(const BYTE *pbEncoded, DWORD cbEncoded,
|
static BOOL CRYPT_GetLen(const BYTE *pbEncoded, DWORD cbEncoded, DWORD *len)
|
||||||
DWORD *len)
|
|
||||||
{
|
{
|
||||||
BOOL ret;
|
BOOL ret;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue