aboutsummaryrefslogtreecommitdiffhomepage
path: root/example/ios
diff options
context:
space:
mode:
authorlevlam <levlam@telegram.org>2024-05-31 11:52:22 +0300
committerlevlam <levlam@telegram.org>2024-05-31 11:52:22 +0300
commit4d9baf6fc0c5f61a9b66c0cdce45b04e33ae7d65 (patch)
tree1008d321b36154d469dd6ad473a61382c48336bf /example/ios
parent371ddde1f52d106bdf2e7b316840135f0837c6de (diff)
Update OpenSSL version in examples.
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 4b03ec282..4ef7827be 100644
--- a/example/ios/Python-Apple-support.patch
+++ b/example/ios/Python-Apple-support.patch
@@ -21,7 +21,7 @@ index a1d13e9..8efcf20 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.2
++OPENSSL_VERSION=3.1.5
# OPENSSL_VERSION_NUMBER=1.1.1
# OPENSSL_REVISION=q
# OPENSSL_VERSION=$(OPENSSL_VERSION_NUMBER)$(OPENSSL_REVISION)