> -                        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 <[EMAIL PROTECTED]> 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
> 
> 
> 



Reply via email to