Skip to content

Commit

Permalink
Bump openssl version to 1.1.1w (#891)
Browse files Browse the repository at this point in the history
* Bump openssl version to 1.1.1w

* Bump hostopenssl version to 1.1.1w
  • Loading branch information
misl6 authored Jan 21, 2024
1 parent a524ba4 commit 7a03217
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion kivy_ios/recipes/hostopenssl/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@


class HostOpensslRecipe(HostRecipe):
version = "1.1.1l"
version = "1.1.1w"
url = "http://www.openssl.org/source/openssl-{version}.tar.gz"

def get_build_env(self):
Expand Down
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 7a03217

Please sign in to comment.