tools: mkimage: fix build with OpenSSL 1.1.x (FS#182)
authorJo-Philipp Wich <jo@mein.io>
Wed, 30 Nov 2016 17:09:05 +0000 (18:09 +0100)
committerJo-Philipp Wich <jo@mein.io>
Wed, 30 Nov 2016 17:20:32 +0000 (18:20 +0100)
commit70b104f98c0657323b28fce140b73a94bf3eb756
tree338c649e777090758b63c15d23dd37941b06f59e
parentf2010b0929f09a83f54c260ba7006325118ad95a
tools: mkimage: fix build with OpenSSL 1.1.x (FS#182)

The OpenSSL 1.1.x version series undergone some major API changes which made
the RSA structure opaque and deprecated a number of methods, so add some
conditional compat code to make the u-boot source build again.

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
tools/mkimage/patches/210-openssl-1.1.x-compat.patch [new file with mode: 0644]