crypt32: Remove unused variable in test_CryptBinaryToString().
This was missed in eb00dbd913
.
Signed-off-by: Gijs Vermeulen <gijsvrm@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
bf9ae67275
commit
a963947322
|
@ -240,7 +240,6 @@ static void test_CryptBinaryToString(void)
|
|||
{
|
||||
static const DWORD flags[] = { 0, CRYPT_STRING_NOCR, CRYPT_STRING_NOCRLF };
|
||||
static const WCHAR hexdig[] = L"0123456789abcdef";
|
||||
OSVERSIONINFOA ver = { sizeof(ver) };
|
||||
BYTE input[256 * sizeof(WCHAR)];
|
||||
DWORD strLen, strLen2, i, j;
|
||||
WCHAR *hex, *cmp, *ptr;
|
||||
|
|
Loading…
Reference in New Issue