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

crypt32: Initialize a variable.

parent b9dae979
......@@ -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;
......
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