From ad9ee36e7be674120cd8c2b9720ba62a8ad6e0ff Mon Sep 17 00:00:00 2001 From: Jan Andre Ikenmeyer Date: Wed, 12 Feb 2020 02:01:13 +0100 Subject: Switch Android to OpenSSL 1.1.1d --- python/servo/build_commands.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'python') diff --git a/python/servo/build_commands.py b/python/servo/build_commands.py index 2aa70862fd6..0868378064a 100644 --- a/python/servo/build_commands.py +++ b/python/servo/build_commands.py @@ -331,7 +331,7 @@ class MachCommands(CommandBase): android_arch = self.config["android"]["arch"] # Build OpenSSL for android - env["OPENSSL_VERSION"] = "1.0.2k" + env["OPENSSL_VERSION"] = "1.1.1d" make_cmd = ["make"] if jobs is not None: make_cmd += ["-j" + jobs] @@ -580,7 +580,7 @@ class MachCommands(CommandBase): # The Open SSL configuration env.setdefault("OPENSSL_DIR", path.join(target_path, target, "native", "openssl")) - env.setdefault("OPENSSL_VERSION", "1.0.2k") + env.setdefault("OPENSSL_VERSION", "1.1.1d") env.setdefault("OPENSSL_STATIC", "1") # GStreamer configuration -- cgit v1.2.3