aboutsummaryrefslogtreecommitdiffstats
path: root/package/libs/openssl/patches/100-Configure-afalg-support.patch
diff options
context:
space:
mode:
authorEneas U de Queiroz <cotequeiroz@gmail.com>2021-12-31 11:06:25 -0300
committerHans Dedecker <dedeckeh@gmail.com>2022-01-01 18:02:49 +0100
commitdef9565be632b316c82ffc5a7b28c789e9df75b4 (patch)
tree92ed5ccc29bd19e445dba7543fdc5e68a57e9b09 /package/libs/openssl/patches/100-Configure-afalg-support.patch
parent86d019d116c860907c96263ee43425bf637e3bb5 (diff)
downloadupstream-def9565be632b316c82ffc5a7b28c789e9df75b4.tar.gz
upstream-def9565be632b316c82ffc5a7b28c789e9df75b4.tar.bz2
upstream-def9565be632b316c82ffc5a7b28c789e9df75b4.zip
openssl: bump to 1.1.1m
This is a bugfix release. Changelog: *) Avoid loading of a dynamic engine twice. *) Fixed building on Debian with kfreebsd kernels *) Prioritise DANE TLSA issuer certs over peer certs *) Fixed random API for MacOS prior to 10.12 Patches were refreshed. Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
Diffstat (limited to 'package/libs/openssl/patches/100-Configure-afalg-support.patch')
-rw-r--r--package/libs/openssl/patches/100-Configure-afalg-support.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/libs/openssl/patches/100-Configure-afalg-support.patch b/package/libs/openssl/patches/100-Configure-afalg-support.patch
index 98944103b5..d8789f4b45 100644
--- a/package/libs/openssl/patches/100-Configure-afalg-support.patch
+++ b/package/libs/openssl/patches/100-Configure-afalg-support.patch
@@ -12,7 +12,7 @@ diff --git a/Configure b/Configure
index 5a699836f3..74d057c219 100755
--- a/Configure
+++ b/Configure
-@@ -1545,7 +1545,9 @@ unless ($disabled{"crypto-mdebug-backtrace"})
+@@ -1548,7 +1548,9 @@ unless ($disabled{"crypto-mdebug-backtrace"})
unless ($disabled{afalgeng}) {
$config{afalgeng}="";