From 8c53ffea06119b15926d07178d9240ccc6ae3569 Mon Sep 17 00:00:00 2001
From: Jean-Christophe Morin <jcmorin@anaconda.com>
Date: Wed, 17 May 2023 16:28:21 +0000
Subject: [PATCH] Use OpenSSL 3 instead of 1_1

---
 PCbuild/openssl.props | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/PCbuild/openssl.props b/PCbuild/openssl.props
index eeb8677517..57caf8f2fc 100644
--- a/PCbuild/openssl.props
+++ b/PCbuild/openssl.props
@@ -10,7 +10,7 @@
     </Link>
   </ItemDefinitionGroup>
   <PropertyGroup>
-    <_DLLSuffix>-1_1</_DLLSuffix>
+    <_DLLSuffix>-3</_DLLSuffix>
     <_DLLSuffix Condition="$(Platform) == 'x64'">$(_DLLSuffix)-x64</_DLLSuffix>
     <_DLLSuffix Condition="$(Platform) == 'ARM'">$(_DLLSuffix)-arm</_DLLSuffix>
     <_DLLSuffix Condition="$(Platform) == 'ARM64'">$(_DLLSuffix)-arm64</_DLLSuffix>
-- 
2.23.0
