]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - include/u-boot/rsa-checksum.h
includes: move openssl headers to include/u-boot
[people/ms/u-boot.git] / include / u-boot / rsa-checksum.h
similarity index 91%
rename from include/rsa-checksum.h
rename to include/u-boot/rsa-checksum.h
index 612db85fe0f6095afc5aa41bfd4c68e57d15cce9..c996fb3e4c10eaf7c73451bbc8e7cf420b96d3d3 100644 (file)
@@ -9,8 +9,8 @@
 
 #include <errno.h>
 #include <image.h>
-#include <sha1.h>
-#include <sha256.h>
+#include <u-boot/sha1.h>
+#include <u-boot/sha256.h>
 
 extern const uint8_t padding_sha256_rsa4096[];
 extern const uint8_t padding_sha256_rsa2048[];