crypt32: Always set *pcbStructInfo.

This commit is contained in:
Juan Lang 2008-08-18 12:11:15 -07:00 committed by Alexandre Julliard
parent 4fa4e5a793
commit 4ccaaa896f
1 changed files with 2 additions and 0 deletions

View File

@ -231,6 +231,8 @@ static BOOL CRYPT_DecodeEnsureSpace(DWORD dwFlags,
SetLastError(ERROR_MORE_DATA);
ret = FALSE;
}
else
*pcbStructInfo = bytesNeeded;
return ret;
}