Commit 8a1d3b33 authored by Andrew Talbot's avatar Andrew Talbot Committed by Alexandre Julliard

crypt32: Remove unwanted shadow variable.

parent c59f1812
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment