From 8de555051f5a9d5bd331a051dda6c7bb0cb5123b Mon Sep 17 00:00:00 2001 From: Alexey Pustovalov Date: Sun, 21 Dec 2025 00:39:34 +0900 Subject: [PATCH] Fixed OpenSSL compilation on Windows for agent --- Dockerfiles/build-base/windows/Dockerfile.agent2 | 2 -- 1 file changed, 2 deletions(-) diff --git a/Dockerfiles/build-base/windows/Dockerfile.agent2 b/Dockerfiles/build-base/windows/Dockerfile.agent2 index f04d89f13..dcfaa0637 100644 --- a/Dockerfiles/build-base/windows/Dockerfile.agent2 +++ b/Dockerfiles/build-base/windows/Dockerfile.agent2 @@ -213,7 +213,6 @@ RUN Write-Host 'Building OpenSSL library...'; ` perl Configure ` mingw64 ` no-capieng ` - no-docs ` no-dgram ` no-dtls1-method ` no-dtls1_2-method ` @@ -222,7 +221,6 @@ RUN Write-Host 'Building OpenSSL library...'; ` no-srp ` no-tests ` no-ui-console ` - no-winstore ` thread_scheme=winthreads ` --api=1.1.0 ` --libdir=lib `