Skip to content

Commit

Permalink
Bump openssl version to 1.1.1w
Browse files Browse the repository at this point in the history
  • Loading branch information
misl6 committed Jan 21, 2024
1 parent a524ba4 commit 7417e13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kivy_ios/recipes/openssl/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@


class OpensslRecipe(Recipe):
version = "1.1.1l"
version = "1.1.1w"
url = "http://www.openssl.org/source/openssl-{version}.tar.gz"
libraries = ["libssl.a", "libcrypto.a"]
include_dir = "include"
Expand Down

0 comments on commit 7417e13

Please sign in to comment.