aboutsummaryrefslogtreecommitdiffhomepage
path: root/example/ios
diff options
context:
space:
mode:
authorlevlam <levlam@telegram.org>2023-08-03 15:12:43 +0300
committerlevlam <levlam@telegram.org>2023-08-03 15:12:43 +0300
commit64264b0f775a027fa9e0bf72051a8b2a5a2df071 (patch)
tree09947830840ad71540b951ac274a315626ed36e2 /example/ios
parent50a0c551cd7fbd7a55ac17a95d05a470644dbbdf (diff)
Update OpenSSL to 3.1.2 in iOS example.
Diffstat (limited to 'example/ios')
-rw-r--r--example/ios/Python-Apple-support.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/example/ios/Python-Apple-support.patch b/example/ios/Python-Apple-support.patch
index 8ee2a8e31..a8a217a47 100644
--- a/example/ios/Python-Apple-support.patch
+++ b/example/ios/Python-Apple-support.patch
@@ -19,7 +19,7 @@ index a1d13e9..a0841cf 100644
# probably some other packages as well) only works with 1.1.1, so
# we need to preserve the ability to build the older OpenSSL (for now...)
-OPENSSL_VERSION=3.1.0
-+OPENSSL_VERSION=3.1.1
++OPENSSL_VERSION=3.1.2
# OPENSSL_VERSION_NUMBER=1.1.1
# OPENSSL_REVISION=q
# OPENSSL_VERSION=$(OPENSSL_VERSION_NUMBER)$(OPENSSL_REVISION)