mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2025-02-16 15:20:42 +01:00
unit: Fix bug with commented out assert for test case
This commit is contained in:
parent
1d137ffba0
commit
d8e7515fc4
@ -62,7 +62,7 @@ static void hmac_test(const void *data)
|
|||||||
|
|
||||||
printf("Result = %s\n", hmac);
|
printf("Result = %s\n", hmac);
|
||||||
|
|
||||||
//assert(strcmp(test->hmac, hmac) == 0);
|
assert(strcmp(test->hmac, hmac) == 0);
|
||||||
}
|
}
|
||||||
|
|
||||||
static const struct hmac_data test_case_1 = {
|
static const struct hmac_data test_case_1 = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user