summaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity/openssl/openssl/afalg.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-connectivity/openssl/openssl/afalg.patch')
-rw-r--r--meta/recipes-connectivity/openssl/openssl/afalg.patch10
1 files changed, 5 insertions, 5 deletions
diff --git a/meta/recipes-connectivity/openssl/openssl/afalg.patch b/meta/recipes-connectivity/openssl/openssl/afalg.patch
index b7c0e9697f..cf77e873a2 100644
--- a/meta/recipes-connectivity/openssl/openssl/afalg.patch
+++ b/meta/recipes-connectivity/openssl/openssl/afalg.patch
@@ -3,11 +3,11 @@ Don't refuse to build afalgeng if cross-compiling or the host kernel is too old.
3Upstream-Status: Submitted [hhttps://github.com/openssl/openssl/pull/7688] 3Upstream-Status: Submitted [hhttps://github.com/openssl/openssl/pull/7688]
4Signed-off-by: Ross Burton <ross.burton@intel.com> 4Signed-off-by: Ross Burton <ross.burton@intel.com>
5 5
6diff --git a/Configure b/Configure 6Index: openssl-3.0.4/Configure
7index 3baa8ce..9ef52ed 100755 7===================================================================
8--- a/Configure 8--- openssl-3.0.4.orig/Configure
9+++ b/Configure 9+++ openssl-3.0.4/Configure
10@@ -1550,20 +1550,7 @@ unless ($disabled{"crypto-mdebug-backtrace"}) 10@@ -1681,20 +1681,7 @@ $config{CFLAGS} = [ map { $_ eq '--ossl-
11 unless ($disabled{afalgeng}) { 11 unless ($disabled{afalgeng}) {
12 $config{afalgeng}=""; 12 $config{afalgeng}="";
13 if (grep { $_ eq 'afalgeng' } @{$target{enable}}) { 13 if (grep { $_ eq 'afalgeng' } @{$target{enable}}) {