Commit ee28204f authored by Juan Lang's avatar Juan Lang Committed by Alexandre Julliard

crypt32: ret is already true, don't retest it.

parent 9c4c856f
......@@ -517,7 +517,7 @@ static BOOL CRYPT_AsnDecodeSequence(struct AsnDecodeSequenceItem items[],
bytesNeeded += items[i].size;
structSize += items[i].minSize;
}
if (ret && pcbDecoded)
if (pcbDecoded)
*pcbDecoded = 1 + lenBytes + cbDecoded;
if (!pvStructInfo)
*pcbStructInfo = bytesNeeded;
......
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