3
0
mirror of https://git.kernel.org/pub/scm/network/wireless/iwd.git synced 2024-10-04 02:18:49 +02:00

unit: Fix bug with commented out assert for test case

This commit is contained in:
Marcel Holtmann 2014-12-27 23:13:21 +01:00
parent 1d137ffba0
commit d8e7515fc4

View File

@ -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 = {