Commit 110db9fe authored by Alex Henrie's avatar Alex Henrie Committed by Alexandre Julliard

wintrust/tests: Initialize structure passed to WintrustLoadFunctionPointers.

parent fb44feb6
......@@ -224,7 +224,7 @@ static void test_AddDefaultForUsage(void)
static void test_LoadFunctionPointers(void)
{
BOOL ret;
CRYPT_PROVIDER_FUNCTIONS funcs;
CRYPT_PROVIDER_FUNCTIONS funcs = {0};
GUID action = WINTRUST_ACTION_GENERIC_VERIFY_V2;
if (!pWintrustLoadFunctionPointers)
......
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