mirror of
https://github.com/reactos/wine.git
synced 2025-02-12 23:58:56 +00:00
crypt32: Remove unwanted shadow variable.
This commit is contained in:
parent
c59f18121f
commit
8a1d3b334d
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user