From af73588a74c932f0152691cc840c0384ba623927 Mon Sep 17 00:00:00 2001 From: Alban Diquet Date: Thu, 26 Dec 2024 15:41:24 +0100 Subject: [PATCH] Update "modern" OpenSSL --- build_tasks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_tasks.py b/build_tasks.py index 35966f5..7c62feb 100644 --- a/build_tasks.py +++ b/build_tasks.py @@ -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 "