summaryrefslogtreecommitdiffstats
path: root/fs
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2017-01-09 13:39:00 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2017-01-09 13:41:12 +0100
commit2079d3866698bec202fdf50a60e96b65b0b42ad9 (patch)
treeb76c7c75127cdf0f638d609525b5f8d8009a7299 /fs
parent76fd7b640405cd936a4d96fc581b2bbea3bd01db (diff)
downloadbarebox-2079d3866698bec202fdf50a60e96b65b0b42ad9.tar.gz
barebox-2079d3866698bec202fdf50a60e96b65b0b42ad9.tar.xz
scripts: 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(). This is an adoption of the U-Boot commit 7bae13b7579a6b from Marek Vasut Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'fs')
0 files changed, 0 insertions, 0 deletions