diff options
Diffstat (limited to 'include/u-boot/rsa-checksum.h')
-rw-r--r-- | include/u-boot/rsa-checksum.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/u-boot/rsa-checksum.h b/include/u-boot/rsa-checksum.h index 02b814d34e3..54e6a73744e 100644 --- a/include/u-boot/rsa-checksum.h +++ b/include/u-boot/rsa-checksum.h @@ -10,6 +10,7 @@ #include <image.h> #include <u-boot/sha1.h> #include <u-boot/sha256.h> +#include <u-boot/sha512.h> /** * hash_calculate() - Calculate hash over the data |