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

This commit is contained in:
Juan Lang 2007-09-17 17:59:53 -07:00 committed by Alexandre Julliard
parent 9c4c856fde
commit ee28204fcf
1 changed files with 1 additions and 1 deletions

View File

@ -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;