Commit d4748065 authored by Juan Lang's avatar Juan Lang Committed by Alexandre Julliard

crypt32/tests: Remove an unused assignment (clang).

parent 682d9a29
......@@ -124,7 +124,7 @@ static void test_verify_detached_message_hash(void)
if (0)
{
ret = CryptVerifyDetachedMessageHash(NULL, NULL, 0, 0, NULL, NULL, NULL,
CryptVerifyDetachedMessageHash(NULL, NULL, 0, 0, NULL, NULL, NULL,
NULL);
}
memset(&para, 0, sizeof(para));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment