diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/image.h | 2 | ||||
-rw-r--r-- | include/u-boot/hash-checksum.h (renamed from include/u-boot/rsa-checksum.h) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/include/image.h b/include/image.h index aeb0d37ac0..375fb46bf9 100644 --- a/include/image.h +++ b/include/image.h @@ -1283,7 +1283,7 @@ struct image_region { }; #if IMAGE_ENABLE_VERIFY -# include <u-boot/rsa-checksum.h> +# include <u-boot/hash-checksum.h> #endif struct checksum_algo { const char *name; diff --git a/include/u-boot/rsa-checksum.h b/include/u-boot/hash-checksum.h index 54e6a73744..54e6a73744 100644 --- a/include/u-boot/rsa-checksum.h +++ b/include/u-boot/hash-checksum.h |