Michael Karcher : crypt32: Remove duplicate MS test root key.

Alexandre Julliard julliard at winehq.org
Mon Jun 30 08:27:55 CDT 2008


Module: wine
Branch: master
Commit: 0ed076ab5c9b779bc09a490918d17b9ebadb1d75
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=0ed076ab5c9b779bc09a490918d17b9ebadb1d75

Author: Michael Karcher <wine at mkarcher.dialup.fu-berlin.de>
Date:   Sun Jun 29 13:29:31 2008 +0200

crypt32: Remove duplicate MS test root key.

---

 dlls/crypt32/chain.c |    7 -------
 1 files changed, 0 insertions(+), 7 deletions(-)

diff --git a/dlls/crypt32/chain.c b/dlls/crypt32/chain.c
index a13a896..77032ac 100644
--- a/dlls/crypt32/chain.c
+++ b/dlls/crypt32/chain.c
@@ -1578,12 +1578,6 @@ static BYTE msTestPubKey1[] = {
 0x42,0xb6,0x9d,0x23,0x36,0x0b,0xde,0x54,0x0f,0xcd,0xbd,0x1f,0x99,0x2a,0x10,
 0x58,0x11,0xcb,0x40,0xcb,0xb5,0xa7,0x41,0x02,0x03,0x01,0x00,0x01 };
 static BYTE msTestPubKey2[] = {
-0x30,0x48,0x02,0x41,0x00,0x81,0x55,0x22,0xb9,0x8a,0xa4,0x6f,0xed,0xd6,0xe7,
-0xd9,0x66,0x0f,0x55,0xbc,0xd7,0xcd,0xd5,0xbc,0x4e,0x40,0x02,0x21,0xa2,0xb1,
-0xf7,0x87,0x30,0x85,0x5e,0xd2,0xf2,0x44,0xb9,0xdc,0x9b,0x75,0xb6,0xfb,0x46,
-0x5f,0x42,0xb6,0x9d,0x23,0x36,0x0b,0xde,0x54,0x0f,0xcd,0xbd,0x1f,0x99,0x2a,
-0x10,0x58,0x11,0xcb,0x40,0xcb,0xb5,0xa7,0x41,0x02,0x03,0x01,0x00,0x01 };
-static BYTE msTestPubKey3[] = {
 0x30,0x47,0x02,0x40,0x9c,0x50,0x05,0x1d,0xe2,0x0e,0x4c,0x53,0xd8,0xd9,0xb5,
 0xe5,0xfd,0xe9,0xe3,0xad,0x83,0x4b,0x80,0x08,0xd9,0xdc,0xe8,0xe8,0x35,0xf8,
 0x11,0xf1,0xe9,0x9b,0x03,0x7a,0x65,0x64,0x76,0x35,0xce,0x38,0x2c,0xf2,0xb6,
@@ -1608,7 +1602,6 @@ static BOOL WINAPI verify_authenticode_policy(LPCSTR szPolicyOID,
         CRYPT_DATA_BLOB keyBlobs[] = {
          { sizeof(msTestPubKey1), msTestPubKey1 },
          { sizeof(msTestPubKey2), msTestPubKey2 },
-         { sizeof(msTestPubKey3), msTestPubKey3 },
         };
 
         /* Check whether the root is an MS test root */




More information about the wine-cvs mailing list