#include <debug.h>
#include <crypto/hashers/hasher.h>
-#include <utils/lexparser.h>
#include <trousers/tss.h>
#include <trousers/trousers.h>
return NULL;
}
- /* Read the output the arch command */
+ /* read the output the arch command */
if (!fgets(buf + value_len + 1, BUF_LEN - value_len - 2, file))
{
DBG2(DBG_IMC, "failed to read output of arch command");