From d307ed7b926b06f9ec4e2ceb6da38ce7c6c68c2a Mon Sep 17 00:00:00 2001
From: Marius van Niekerk <marius.v.niekerk@gmail.com>
Date: Thu, 31 Oct 2019 16:46:21 -0400
Subject: [PATCH 18/30] Win: Add back the DLLSuffix used to find the openssl
 dlls and debug files

---
 PCbuild/openssl.props | 1 +
 1 file changed, 1 insertion(+)

diff --git a/PCbuild/openssl.props b/PCbuild/openssl.props
index af1350cae7..eeb8677517 100644
--- a/PCbuild/openssl.props
+++ b/PCbuild/openssl.props
@@ -11,6 +11,7 @@
   </ItemDefinitionGroup>
   <PropertyGroup>
     <_DLLSuffix>-1_1</_DLLSuffix>
+    <_DLLSuffix Condition="$(Platform) == 'x64'">$(_DLLSuffix)-x64</_DLLSuffix>
     <_DLLSuffix Condition="$(Platform) == 'ARM'">$(_DLLSuffix)-arm</_DLLSuffix>
     <_DLLSuffix Condition="$(Platform) == 'ARM64'">$(_DLLSuffix)-arm64</_DLLSuffix>
   </PropertyGroup>
-- 
2.23.0

