]> git.sur5r.net Git - u-boot/commit
tools: kwbimage fix build with OpenSSL 1.1.x
authorJelle van der Waa <jelle@vdwaa.nl>
Mon, 8 May 2017 19:31:20 +0000 (21:31 +0200)
committerTom Rini <trini@konsulko.com>
Fri, 12 May 2017 12:37:20 +0000 (08:37 -0400)
commite15843b11504abe833695ecfe4104502bcd0a998
tree73b2f2b973c048bf87f0dfd8d318c26bb36a817e
parentc3b4328166b03d6749b86eb0fbb21a10e4395cfd
tools: kwbimage fix build with OpenSSL 1.1.x

The rsa_st struct has been made opaque in 1.1.x, add forward compatible
code to access the n, e, d members of rsa_struct.

EVP_MD_CTX_cleanup has been removed in 1.1.x and EVP_MD_CTX_reset should be
called to reinitialise an already created structure.

Signed-off-by: Jelle van der Waa <jelle@vdwaa.nl>
tools/kwbimage.c