diff options
author | Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk> | 2021-03-26 09:12:12 +0000 |
---|---|---|
committer | Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk> | 2021-03-26 09:12:12 +0000 |
commit | bbb9c1c2bebb98793d7ccf64da19e34ff08c8706 (patch) | |
tree | 3138adf52a4d7365473954debd30d91bbc0dbd51 /package/libs/openssl/patches/100-Configure-afalg-support.patch | |
parent | e27ef2da0d513494c3e9926ce8d44b63e4236a32 (diff) | |
download | upstream-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/100-Configure-afalg-support.patch')
-rw-r--r-- | package/libs/openssl/patches/100-Configure-afalg-support.patch | 4 |
1 files changed, 3 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 f62c35879e..98944103b5 100644 --- a/package/libs/openssl/patches/100-Configure-afalg-support.patch +++ b/package/libs/openssl/patches/100-Configure-afalg-support.patch @@ -8,9 +8,11 @@ version to disable building the AFALG engine on openwrt targets. Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com> +diff --git a/Configure b/Configure +index 5a699836f3..74d057c219 100755 --- a/Configure +++ b/Configure -@@ -1545,7 +1545,9 @@ unless ($disabled{"crypto-mdebug-backtra +@@ -1545,7 +1545,9 @@ unless ($disabled{"crypto-mdebug-backtrace"}) unless ($disabled{afalgeng}) { $config{afalgeng}=""; |