diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/u-boot/ecdsa.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/u-boot/ecdsa.h b/include/u-boot/ecdsa.h index 8f9f5e7d6e7..f0ac0f327e9 100644 --- a/include/u-boot/ecdsa.h +++ b/include/u-boot/ecdsa.h @@ -65,6 +65,7 @@ int ecdsa_verify(struct image_sign_info *info, /** @} */ #define ECDSA256_BYTES (256 / 8) +#define ECDSA384_BYTES (384 / 8) #define ECDSA521_BYTES ((521 + 7) / 8) #endif |
