mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-22 14:49:24 +01:00
unit: Remove hexdumps
This commit is contained in:
parent
096165d142
commit
da56653f1f
@ -357,8 +357,6 @@ static void eapol_key_mic_test(const void *data)
|
|||||||
assert(false);
|
assert(false);
|
||||||
}
|
}
|
||||||
|
|
||||||
l_util_hexdump(true, test->mic, 16, do_debug, "[EAPoL] ");
|
|
||||||
l_util_hexdump(true, mic, 16, do_debug, "[EAPoL] ");
|
|
||||||
assert(!memcmp(test->mic, mic, sizeof(mic)));
|
assert(!memcmp(test->mic, mic, sizeof(mic)));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user