From cfb3ddaaaa78204ef5281c8627eed08f4f7e3f09 Mon Sep 17 00:00:00 2001 From: Chunrong Guo Date: Tue, 18 Apr 2017 12:18:44 +0800 Subject: openssl-qoriq: upgrade to 1.0.2k Signed-off-by: Chunrong Guo Signed-off-by: Otavio Salvador --- ...025-cryptodev-clean-up-context-state-before-anything-els.patch | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'recipes-connectivity/openssl/openssl-qoriq/qoriq/0025-cryptodev-clean-up-context-state-before-anything-els.patch') diff --git a/recipes-connectivity/openssl/openssl-qoriq/qoriq/0025-cryptodev-clean-up-context-state-before-anything-els.patch b/recipes-connectivity/openssl/openssl-qoriq/qoriq/0025-cryptodev-clean-up-context-state-before-anything-els.patch index ad5c3035..3e02c72b 100644 --- a/recipes-connectivity/openssl/openssl-qoriq/qoriq/0025-cryptodev-clean-up-context-state-before-anything-els.patch +++ b/recipes-connectivity/openssl/openssl-qoriq/qoriq/0025-cryptodev-clean-up-context-state-before-anything-els.patch @@ -1,4 +1,4 @@ -From 087ae4ecbaf9cd49a2fcae9cb09c491beabc4c88 Mon Sep 17 00:00:00 2001 +From 9ffa46ff1348817f4c8d24e9d42fa0f739a652d7 Mon Sep 17 00:00:00 2001 From: Cristian Stoica Date: Tue, 15 Dec 2015 12:10:37 +0200 Subject: [PATCH 25/48] cryptodev: clean-up context state before anything else @@ -9,10 +9,10 @@ Signed-off-by: Cristian Stoica 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/crypto/engine/eng_cryptodev.c b/crypto/engine/eng_cryptodev.c -index fcfd232..16e6fd9 100644 +index 31687d8..e6616e9 100644 --- a/crypto/engine/eng_cryptodev.c +++ b/crypto/engine/eng_cryptodev.c -@@ -1559,14 +1559,14 @@ static int cryptodev_digest_init(EVP_MD_CTX *ctx) +@@ -1560,14 +1560,14 @@ static int cryptodev_digest_init(EVP_MD_CTX *ctx) struct session_op *sess = &state->d_sess; int digest; @@ -30,5 +30,5 @@ index fcfd232..16e6fd9 100644 if (state->d_fd < 0) { printf("cryptodev_digest_init: Can't get Dev \n"); -- -2.7.0 +2.7.3 -- cgit v1.2.3-54-g00ecf