diff options
author | Christian Lamparter <chunkeey@gmail.com> | 2019-08-24 11:23:55 +0200 |
---|---|---|
committer | Christian Lamparter <chunkeey@gmail.com> | 2019-08-24 23:23:31 +0200 |
commit | 5ef3fe614c1e8c350ca0083f61577a89c002bc53 (patch) | |
tree | 7135013aa695eb5fa9c2ba78a2300bf81e501c7b /package/libs/openssl/patches/130-dont-build-tests-fuzz.patch | |
parent | 94bf2e481338444df922f25cd61f7b45bd0c3842 (diff) | |
download | upstream-5ef3fe614c1e8c350ca0083f61577a89c002bc53.tar.gz upstream-5ef3fe614c1e8c350ca0083f61577a89c002bc53.tar.bz2 upstream-5ef3fe614c1e8c350ca0083f61577a89c002bc53.zip |
openssl: refresh patches
Signed-off-by: Christian Lamparter <chunkeey@gmail.com>
Diffstat (limited to 'package/libs/openssl/patches/130-dont-build-tests-fuzz.patch')
-rw-r--r-- | package/libs/openssl/patches/130-dont-build-tests-fuzz.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/libs/openssl/patches/130-dont-build-tests-fuzz.patch b/package/libs/openssl/patches/130-dont-build-tests-fuzz.patch index 8b827737cd..7c61b1e292 100644 --- a/package/libs/openssl/patches/130-dont-build-tests-fuzz.patch +++ b/package/libs/openssl/patches/130-dont-build-tests-fuzz.patch @@ -9,7 +9,7 @@ Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com> --- a/Configure +++ b/Configure -@@ -302,7 +302,7 @@ my $auto_threads=1; # enable threads +@@ -299,7 +299,7 @@ my $auto_threads=1; # enable threads my $default_ranlib; # Top level directories to build @@ -18,7 +18,7 @@ Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com> # crypto/ subdirectories to build $config{sdirs} = [ "objects", -@@ -314,7 +314,7 @@ $config{sdirs} = [ +@@ -311,7 +311,7 @@ $config{sdirs} = [ "cms", "ts", "srp", "cmac", "ct", "async", "kdf", "store" ]; # test/ subdirectories to build |