Skip to content

Commit 6e6b85d

Browse files
authored
bump openssl to 3
As version 1.1 disabled
1 parent b339493 commit 6e6b85d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pythonforandroid/prerequisites.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ def darwin_installer(self):
262262

263263
class OpenSSLPrerequisite(Prerequisite):
264264
name = "openssl"
265-
homebrew_formula_name = "openssl@1.1"
265+
homebrew_formula_name = "openssl@3"
266266
mandatory = dict(linux=False, darwin=True)
267267
installer_is_supported = dict(linux=False, darwin=True)
268268

0 commit comments

Comments
 (0)