summaryrefslogtreecommitdiff
path: root/board/cr50/dcrypto/hmac.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/cr50/dcrypto/hmac.c')
-rw-r--r--board/cr50/dcrypto/hmac.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/board/cr50/dcrypto/hmac.c b/board/cr50/dcrypto/hmac.c
index 7cc45a03ba..72d4296422 100644
--- a/board/cr50/dcrypto/hmac.c
+++ b/board/cr50/dcrypto/hmac.c
@@ -9,7 +9,6 @@
#include <stdint.h>
#include "cryptoc/sha256.h"
-#include "cryptoc/util.h"
/* TODO(sukhomlinov): add support for hardware hmac. */
static void hmac_sha256_init(LITE_HMAC_CTX *ctx, const void *key,