crypt32: fix a wrong test

Laurent Vromman laurent at vromman.org
Mon May 7 09:12:41 CDT 2007


> -                        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 AT_KEYEXCHANGE in it.

Laurent Vromman

On Mon, 07 May 2007 16:05:35 +0200, Mounir IDRASSI <mounir.idrassi at idrix.fr> wrote:
> Hi,
> This patch corrects a test in crypt32 that was incorrectly written to
> accommodate the bug in rsaenh dll we corrected in our previous patch.
> 
> Mounir IDRASSI
> IDRIX - Cryptography and IT Security Experts
> http://www.idrix.fr
> 
> 
> 




More information about the wine-devel mailing list