[Openvpn-devel,v3,18/18] Add xkey_provider sources and includes to MSVC project

Message ID 20211214165928.30676-19-selva.nair@gmail.com
State Accepted
Headers show
Series External key provider for use with OpenSSL 3 | expand

Commit Message

Selva Nair Dec. 14, 2021, 5:59 a.m. UTC
From: Selva Nair <selva.nair@gmail.com>

Signed-off-by: Selva Nair <selva.nair@gmail.com>
---
 src/openvpn/openvpn.vcxproj | 3 +++
 1 file changed, 3 insertions(+)

Comments

Arne Schwabe Jan. 20, 2022, 12:23 a.m. UTC | #1
Am 14.12.21 um 17:59 schrieb selva.nair@gmail.com:
> From: Selva Nair <selva.nair@gmail.com>

Acked-By: Arne Schwabe <arne@rfc2549.org>

This could be merged/squashed into the commits that introduce those files.

Arne
Gert Doering Jan. 20, 2022, 3:48 a.m. UTC | #2
One should read all of the patch series before complaining about "this
will break MSVC compilation" :-) - so here we go, MSVC fixed.  (Applying
out of order, so MSVC is repaired quickly).

Your patch has been applied to the master branch.

commit 57abdcfc3885b3c127bb3d07e9c8ccdbffcf2548
Author: Selva Nair
Date:   Tue Dec 14 11:59:28 2021 -0500

     Add xkey_provider sources and includes to MSVC project

     Signed-off-by: Selva Nair <selva.nair@gmail.com>
     Acked-by: Arne Schwabe <arne@rfc2549.org>
     Message-Id: <20211214165928.30676-19-selva.nair@gmail.com>
     URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg23445.html
     Signed-off-by: Gert Doering <gert@greenie.muc.de>


--
kind regards,

Gert Doering

Patch

diff --git a/src/openvpn/openvpn.vcxproj b/src/openvpn/openvpn.vcxproj
index 65ee6839..2f0cee60 100644
--- a/src/openvpn/openvpn.vcxproj
+++ b/src/openvpn/openvpn.vcxproj
@@ -316,6 +316,8 @@ 
     <ClCompile Include="vlan.c" />
     <ClCompile Include="win32.c" />
     <ClCompile Include="win32-util.c" />
+    <ClCompile Include="xkey_helper.c"/>
+    <ClCompile Include="xkey_provider.c"/>
   </ItemGroup>
   <ItemGroup>
     <ClInclude Include="argv.h" />
@@ -407,6 +409,7 @@ 
     <ClInclude Include="vlan.h" />
     <ClInclude Include="win32.h" />
     <ClInclude Include="win32-util.h" />
+    <ClInclude Include="xkey_common.h"/>
   </ItemGroup>
   <ItemGroup>
     <ResourceCompile Include="openvpn_win32_resources.rc" />