crypt32: fix a wrong test

2007-05-07 Thread Mounir IDRASSI
- Cryptography and IT Security Experts http://www.idrix.fr From b2059ab820a37ef3129cd52c4a4048c9081d3bb9 Mon Sep 17 00:00:00 2001 From: Mounir IDRASSI [EMAIL PROTECTED] Date: Mon, 7 May 2007 15:33:36 +0200 Subject: crypt32: fix a wrong test --- dlls/crypt32/tests/cert.c |2 +- 1 files changed, 1

Re: crypt32: fix a wrong test

2007-05-07 Thread Laurent Vromman
-ok(info-dwKeySpec == AT_SIGNATURE, +ok(info-dwKeySpec == (AT_SIGNATURE|AT_KEYEXCHANGE), Expected AT_SIGNATURE, got %d\n, info-dwKeySpec); It could be a good idea to correct the error text Expected AT_SIGNATURE to add