0036-openssl3.patch 866 B

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