diff options
author | Marek Vasut <marex@denx.de> | 2016-12-19 15:27:50 +0100 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-12-19 12:26:39 -0500 |
commit | 7bae13b7579a6bc42330427496330fe2a29cbd56 (patch) | |
tree | ee31da20dcc2ea8b51d61b09733a75623519fa4e /board/sandisk | |
parent | 5c5199349987b2f931f9ae57da62d7b304f9ee32 (diff) | |
download | u-boot-imx-7bae13b7579a6bc42330427496330fe2a29cbd56.zip u-boot-imx-7bae13b7579a6bc42330427496330fe2a29cbd56.tar.gz u-boot-imx-7bae13b7579a6bc42330427496330fe2a29cbd56.tar.bz2 |
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>
Diffstat (limited to 'board/sandisk')
0 files changed, 0 insertions, 0 deletions