summaryrefslogtreecommitdiff
path: root/board/cr50/dcrypto/dcrypto.h
diff options
context:
space:
mode:
Diffstat (limited to 'board/cr50/dcrypto/dcrypto.h')
-rw-r--r--board/cr50/dcrypto/dcrypto.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/board/cr50/dcrypto/dcrypto.h b/board/cr50/dcrypto/dcrypto.h
index 284aa5dd51..760d388404 100644
--- a/board/cr50/dcrypto/dcrypto.h
+++ b/board/cr50/dcrypto/dcrypto.h
@@ -13,6 +13,7 @@
extern "C" {
#endif
+#include "crypto_common.h"
#include "internal.h"
#include <stddef.h>
@@ -373,7 +374,7 @@ int DCRYPTO_x509_gen_u2f_cert(const p256_int *d, const p256_int *pk_x,
/*
* Memory related functions.
*/
-int DCRYPTO_equals(const void *a, const void *b, size_t len);
+enum dcrypto_result DCRYPTO_equals(const void *a, const void *b, size_t len);
/*
* Key-ladder and application key related functions.