cryptnet: Fix typo.

Spotted by Joris Huizer.
This commit is contained in:
Juan Lang 2011-03-11 08:28:51 -08:00 committed by Alexandre Julliard
parent 0136bc27d1
commit 2a1f26b6da
1 changed files with 1 additions and 1 deletions

View File

@ -367,7 +367,7 @@ static void test_retrieveObjectByUrl(void)
NULL, NULL, NULL, NULL);
/* w2k3,XP, newer w2k: CRYPT_E_NO_MATCH, older w2k: CRYPT_E_ASN1_BADTAG */
ok(!ret && (GetLastError() == CRYPT_E_NO_MATCH ||
broken(GetLastError() == CRYPT_E_NO_MATCH)),
broken(GetLastError() == CRYPT_E_ASN1_BADTAG)),
"got 0x%x/%u (expected CRYPT_E_NO_MATCH)\n", GetLastError(), GetLastError());
/* only newer versions of cryptnet do the cleanup */