crypt32: Remove unwanted shadow variable.

This commit is contained in:
Andrew Talbot 2008-04-14 22:02:20 +01:00 committed by Alexandre Julliard
parent c59f18121f
commit 8a1d3b334d
1 changed files with 0 additions and 1 deletions

View File

@ -1227,7 +1227,6 @@ static BOOL WINAPI CRYPT_DEREncodeItemsAsSet(DWORD dwCertEncodingType,
if (ret)
{
DWORD bytesNeeded = 0, lenBytes;
BOOL ret;
for (i = 0; i < setOf.cBlob; i++)
bytesNeeded += setOf.rgBlob[i].cbData;