[WINTRUST_WINETEST] Sync with Wine Staging 3.3. CORE-14434

This commit is contained in:
Amine Khaldi 2018-03-24 13:19:42 +01:00
parent 95d5c4bed3
commit 7756e32bcb

View file

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