crypt32: Initialize a variable.

This commit is contained in:
Juan Lang 2007-11-01 10:04:18 -07:00 committed by Alexandre Julliard
parent b9dae979a4
commit b9e78cc637
1 changed files with 1 additions and 1 deletions

View File

@ -2034,7 +2034,7 @@ static const BYTE constraintWithDomainName[] = { 0x30, 0x32, 0x03, 0x01, 0x00,
static void test_encodeBasicConstraints(DWORD dwEncoding)
{
DWORD i, bufSize = 0;
CERT_BASIC_CONSTRAINTS_INFO info;
CERT_BASIC_CONSTRAINTS_INFO info = { { 0 } };
CERT_NAME_BLOB nameBlob = { sizeof(encodedDomainName),
(LPBYTE)encodedDomainName };
BOOL ret;