crypt32/tests: Remove some superfluous pointer casts.
authorMichael Stefaniuc <mstefani@redhat.de>
Sat, 10 Jan 2009 23:15:27 +0000 (00:15 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 12 Jan 2009 12:05:09 +0000 (13:05 +0100)
commite1797a73675db1e5ebec0aa5f5d1feee599ba502
treed71d6e141ee13c116e0492c90c6e810c5cbe733d
parentec479ebdb672d55485225ad3eb12f8503ef7e94b
crypt32/tests: Remove some superfluous pointer casts.

There is no need to cast the pointers passed to the penultimate
argument of the CryptDecodeObjectEx and CryptEncodeObjectEx functions
as those expect void pointers.
dlls/crypt32/tests/cert.c
dlls/crypt32/tests/encode.c