[WINTRUST_WINETEST] Sync with Wine Staging 1.7.37. CORE-9246
authorAmine Khaldi <amine.khaldi@reactos.org>
Mon, 11 May 2015 12:51:23 +0000 (12:51 +0000)
committerAmine Khaldi <amine.khaldi@reactos.org>
Mon, 11 May 2015 12:51:23 +0000 (12:51 +0000)
svn path=/trunk/; revision=67658

rostests/winetests/wintrust/asn.c
rostests/winetests/wintrust/crypt.c

index a9955ac..82feac6 100644 (file)
@@ -305,8 +305,6 @@ static void test_decodeSPCLink(void)
 static const BYTE emptySequence[] = { 0x30,0x00 };
 static BYTE flags[] = { 1 };
 static const BYTE onlyFlagsPEImage[] = { 0x30,0x04,0x03,0x02,0x00,0x01 };
-static const BYTE moreFlagsPEImage[] = {
-0x30,0x06,0x03,0x04,0x04,0xff,0x80,0x10 };
 static const BYTE onlyEmptyFilePEImage[] = {
 0x30,0x06,0xa0,0x04,0xa2,0x02,0x80,0x00 };
 static const BYTE flagsAndEmptyFilePEImage[] = {
index 9e21f3f..a3ffd98 100644 (file)
@@ -789,7 +789,7 @@ static void test_create_catalog_file(void)
 
     /* Only enumerate the attributes */
     trace("Only attributes\n");
-    attrcount = membercount = 0;
+    attrcount = 0;
     catcdf = pCryptCATCDFOpen(cdffileW, NULL);
 
     catattr = NULL;