commit | e0e55594a0915c125f0d249fbbd39f78baadaa1b | [log] [tgz] |
---|---|---|
author | Jelle van der Waa <jelle@vdwaa.nl> | Mon May 08 21:31:20 2017 +0200 |
committer | Tom Rini <trini@konsulko.com> | Fri May 12 08:37:20 2017 -0400 |
tree | 73b2f2b973c048bf87f0dfd8d318c26bb36a817e | |
parent | e980590523ad78c27d98f73cfb574f4d607bf253 [diff] |
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>