summaryrefslogtreecommitdiff
path: root/board/cr50/dcrypto/hkdf.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/cr50/dcrypto/hkdf.c')
-rw-r--r--board/cr50/dcrypto/hkdf.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/board/cr50/dcrypto/hkdf.c b/board/cr50/dcrypto/hkdf.c
index 3afdc6b2eb..c6692ef554 100644
--- a/board/cr50/dcrypto/hkdf.c
+++ b/board/cr50/dcrypto/hkdf.c
@@ -8,7 +8,6 @@
#include "internal.h"
#include "cryptoc/sha256.h"
-#include "cryptoc/util.h"
static int hkdf_extract(uint8_t *PRK, const uint8_t *salt, size_t salt_len,
const uint8_t *IKM, size_t IKM_len)