Skip to content

Commit 069a4ee

Browse files
authored
[3.13] gh-156369: Bump OpenSSL version for Android (#156433)
1 parent e37db23 commit 069a4ee

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

Android/android.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ def unpack_deps(host, prefix_dir, cache_dir):
221221
for name_ver in [
222222
"bzip2-1.0.8-3",
223223
"libffi-3.4.4-3",
224-
"openssl-3.0.21-0",
224+
"openssl-3.0.22-0",
225225
"sqlite-3.50.4-0",
226226
"xz-5.4.6-1"
227227
]:
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Update Android build script to use OpenSSL 3.0.22.

0 commit comments

Comments
 (0)