Marek Vasut 7bae13b757 tools: mxsimage: Fix build with OpenSSL 1.1.x
The EVP_MD_CTX and EVP_CIPHER_CTX are made opaque since 1.1.x , so instead
of embedding them directly into struct sb_image_ctx and initializing them
using EVP_*_CTX_init(), we use pointers and allocate the crypto contexts
using EVP_*_CTX_new().

Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Tom Rini <trini@konsulko.com>
2016-12-19 12:26:39 -05:00
..
2016-05-02 18:37:09 -04:00
2016-05-02 18:37:09 -04:00
2016-03-22 12:16:13 -04:00
2016-11-23 23:41:23 -08:00
2016-10-24 10:57:16 +02:00
2016-12-01 09:10:49 +01:00
2016-12-01 09:10:49 +01:00
2016-02-21 11:09:19 +01:00
2015-11-16 17:22:18 -05:00