]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - common/hash.c
includes: move openssl headers to include/u-boot
[karo-tx-uboot.git] / common / hash.c
index 3d953784af59e23920f228114fcf27bf4642d278..12d67594abe0c6f912f5dcd80f5b0f4d1c3cd867 100644 (file)
@@ -15,8 +15,8 @@
 #include <malloc.h>
 #include <hw_sha.h>
 #include <hash.h>
-#include <sha1.h>
-#include <sha256.h>
+#include <u-boot/sha1.h>
+#include <u-boot/sha256.h>
 #include <asm/io.h>
 #include <asm/errno.h>