summaryrefslogtreecommitdiff
path: root/board/cr50/tpm2
diff options
context:
space:
mode:
Diffstat (limited to 'board/cr50/tpm2')
-rw-r--r--board/cr50/tpm2/ecc.c1
-rw-r--r--board/cr50/tpm2/endorsement.c1
2 files changed, 0 insertions, 2 deletions
diff --git a/board/cr50/tpm2/ecc.c b/board/cr50/tpm2/ecc.c
index 4a7cb6b6ff..1bcf2d5c5a 100644
--- a/board/cr50/tpm2/ecc.c
+++ b/board/cr50/tpm2/ecc.c
@@ -15,7 +15,6 @@
#include "cryptoc/p256.h"
#include "cryptoc/p256_ecdsa.h"
-#include "cryptoc/util.h"
static void reverse_tpm2b(TPM2B *b)
{
diff --git a/board/cr50/tpm2/endorsement.c b/board/cr50/tpm2/endorsement.c
index e85d3dfd0e..844d07e2a6 100644
--- a/board/cr50/tpm2/endorsement.c
+++ b/board/cr50/tpm2/endorsement.c
@@ -31,7 +31,6 @@
#include "dcrypto.h"
#include <cryptoc/sha256.h>
-#include <cryptoc/util.h>
#include <endian.h>
#include <string.h>