rsaenh: Sign-compare warnings fix.

oldstable
Andrew Talbot 2008-11-08 15:16:22 +00:00 committed by Alexandre Julliard
parent b97d63d76f
commit c44dcda12b
1 changed files with 1 additions and 1 deletions

View File

@ -3557,7 +3557,7 @@ BOOL WINAPI RSAENH_CPSetHashParam(HCRYPTPROV hProv, HCRYPTHASH hHash, DWORD dwPa
{
CRYPTHASH *pCryptHash;
CRYPTKEY *pCryptKey;
int i;
DWORD i;
TRACE("(hProv=%08lx, hHash=%08lx, dwParam=%08x, pbData=%p, dwFlags=%08x)\n",
hProv, hHash, dwParam, pbData, dwFlags);