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
1 changed files with 1 additions and 1 deletions

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