tools: mkimage: fix build with OpenSSL 1.1.x (FS#182)
[openwrt/openwrt.git] / tools / mkimage / patches / 050-image_h_portability.patch
index 86d5226982b860d66a91503784620559f8e5cb49..b3ad27388c171f6b62e41480ba17693ddcc267bc 100644 (file)
@@ -1,6 +1,6 @@
 --- a/include/image.h
 +++ b/include/image.h
-@@ -34,7 +34,6 @@
+@@ -17,7 +17,6 @@
  #define __IMAGE_H__
  
  #include "compiler.h"
@@ -8,7 +8,7 @@
  
  /* Define this to avoid #ifdefs later on */
  struct lmb;
-@@ -254,13 +253,13 @@
+@@ -258,13 +257,13 @@ struct lmb;
   * all data in network byte order (aka natural aka bigendian).
   */
  typedef struct image_header {