mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-22 06:29:23 +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);
|
||||
|
||||
//assert(strcmp(test->hmac, hmac) == 0);
|
||||
assert(strcmp(test->hmac, hmac) == 0);
|
||||
}
|
||||
|
||||
static const struct hmac_data test_case_1 = {
|
||||
|
Loading…
Reference in New Issue
Block a user