We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5cb7d2 commit 77d3f04Copy full SHA for 77d3f04
build_tasks.py
@@ -372,7 +372,7 @@ def exe_path(self) -> Path:
372
class OpenSSL3BuildConfig(OpenSslBuildConfig):
373
@property
374
def _openssl_git_tag(self) -> str:
375
- return "openssl-3.0.15"
+ return "openssl-3.5.1"
376
377
_OPENSSL_CONF_CMD = (
378
"perl Configure {target} zlib no-zlib-dynamic no-shared enable-rc5 enable-md2 enable-gost "
0 commit comments