aboutsummaryrefslogtreecommitdiffstats
path: root/package/libs/openssl/patches/510-e_devcrypto-ignore-error-when-closing-session.patch
diff options
context:
space:
mode:
authorKevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>2021-03-26 09:12:12 +0000
committerKevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>2021-03-26 09:12:12 +0000
commitbbb9c1c2bebb98793d7ccf64da19e34ff08c8706 (patch)
tree3138adf52a4d7365473954debd30d91bbc0dbd51 /package/libs/openssl/patches/510-e_devcrypto-ignore-error-when-closing-session.patch
parente27ef2da0d513494c3e9926ce8d44b63e4236a32 (diff)
downloadupstream-bbb9c1c2bebb98793d7ccf64da19e34ff08c8706.tar.gz
upstream-bbb9c1c2bebb98793d7ccf64da19e34ff08c8706.tar.bz2
upstream-bbb9c1c2bebb98793d7ccf64da19e34ff08c8706.zip
Revert "openssl: refresh patches"
This reverts commit e27ef2da0d513494c3e9926ce8d44b63e4236a32. Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
Diffstat (limited to 'package/libs/openssl/patches/510-e_devcrypto-ignore-error-when-closing-session.patch')
-rw-r--r--package/libs/openssl/patches/510-e_devcrypto-ignore-error-when-closing-session.patch4
1 files changed, 3 insertions, 1 deletions
diff --git a/package/libs/openssl/patches/510-e_devcrypto-ignore-error-when-closing-session.patch b/package/libs/openssl/patches/510-e_devcrypto-ignore-error-when-closing-session.patch
index 87792cf9d0..bc514b88c9 100644
--- a/package/libs/openssl/patches/510-e_devcrypto-ignore-error-when-closing-session.patch
+++ b/package/libs/openssl/patches/510-e_devcrypto-ignore-error-when-closing-session.patch
@@ -8,9 +8,11 @@ session. It may have been closed by another process after a fork.
Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
+diff --git a/engines/e_devcrypto.c b/engines/e_devcrypto.c
+index d25230d366..f4570f1666 100644
--- a/engines/e_devcrypto.c
+++ b/engines/e_devcrypto.c
-@@ -195,9 +195,8 @@ static int cipher_init(EVP_CIPHER_CTX *c
+@@ -195,9 +195,8 @@ static int cipher_init(EVP_CIPHER_CTX *ctx, const unsigned char *key,
get_cipher_data(EVP_CIPHER_CTX_nid(ctx));
/* cleanup a previous session */