Skip to content

Commit

Permalink
Update "modern" OpenSSL
Browse files Browse the repository at this point in the history
  • Loading branch information
nabla-c0d3 committed Dec 26, 2024
1 parent 14dfe18 commit af73588
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ def exe_path(self) -> Path:
class ModernOpenSslBuildConfig(OpenSslBuildConfig):
@property
def _openssl_git_tag(self) -> str:
return "OpenSSL_1_1_1t"
return "OpenSSL_1_1_1w"

_OPENSSL_CONF_CMD = (
"perl Configure {target} zlib no-zlib-dynamic no-shared enable-rc5 enable-md2 enable-gost "
Expand Down

0 comments on commit af73588

Please sign in to comment.