From a81fef3ccc215db3dd8316004c17af3930c598ff Mon Sep 17 00:00:00 2001 From: "Felix C. Stegerman" Date: Sat, 2 Jan 2021 14:48:47 +0100 Subject: [PATCH] update openssl to 1.1.1i --- pythonforandroid/recipes/openssl/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pythonforandroid/recipes/openssl/__init__.py b/pythonforandroid/recipes/openssl/__init__.py index 97b2621c12..2959eb5be1 100644 --- a/pythonforandroid/recipes/openssl/__init__.py +++ b/pythonforandroid/recipes/openssl/__init__.py @@ -47,7 +47,7 @@ class OpenSSLRecipe(Recipe): version = '1.1' '''the major minor version used to link our recipes''' - url_version = '1.1.1g' + url_version = '1.1.1i' '''the version used to download our libraries''' url = 'https://www.openssl.org/source/openssl-{url_version}.tar.gz'