summaryrefslogtreecommitdiff
path: root/include/u-boot/ecdsa.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/u-boot/ecdsa.h')
-rw-r--r--include/u-boot/ecdsa.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/u-boot/ecdsa.h b/include/u-boot/ecdsa.h
index 53490c6b287..8f9f5e7d6e7 100644
--- a/include/u-boot/ecdsa.h
+++ b/include/u-boot/ecdsa.h
@@ -65,5 +65,6 @@ int ecdsa_verify(struct image_sign_info *info,
/** @} */
#define ECDSA256_BYTES (256 / 8)
+#define ECDSA521_BYTES ((521 + 7) / 8)
#endif