
19 Dec
2016
19 Dec
'16
10:21 p.m.
On Mon, Dec 19, 2016 at 03:27:50PM +0100, Marek Vasut wrote:
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
Applied to u-boot/master, thanks!
--
Tom