diff options
| author | levlam <levlam@telegram.org> | 2023-08-03 15:12:43 +0300 |
|---|---|---|
| committer | levlam <levlam@telegram.org> | 2023-08-03 15:12:43 +0300 |
| commit | 64264b0f775a027fa9e0bf72051a8b2a5a2df071 (patch) | |
| tree | 09947830840ad71540b951ac274a315626ed36e2 /example | |
| parent | 50a0c551cd7fbd7a55ac17a95d05a470644dbbdf (diff) | |
Update OpenSSL to 3.1.2 in iOS example.
Diffstat (limited to 'example')
| -rw-r--r-- | example/ios/Python-Apple-support.patch | 2 |
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) |
