crypt32: Remove an unneeded WINAPI.

This commit is contained in:
Juan Lang 2007-09-17 15:08:23 -07:00 committed by Alexandre Julliard
parent deb07ccb1c
commit 54a51afcd7
1 changed files with 1 additions and 2 deletions

View File

@ -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;