Message ID | 20211013230417.252-1-lstipakov@gmail.com |
---|---|
State | Accepted |
Headers | show |
Series | [Openvpn-devel,1/3] msvc: fix product version display | expand |
Acked-by: Gert Doering <gert@greenie.muc.de> I wasn't sure which branch - this looked generic - but it only applies to release/2.5 (and the whole sequence was sent from a "2.5" PoV). If this is needed for master as well, please send a "master" version. Your patch has been applied to the release/2.5 branch. commit d20a23df38f0bd55b1b11beb9dc145f9e6db4cc7 Author: Lev Stipakov Date: Thu Oct 14 02:04:17 2021 +0300 msvc: add missing header to project file Signed-off-by: Lev Stipakov <lev@openvpn.net> Acked-by: Gert Doering <gert@greenie.muc.de> Message-Id: <20211013230417.252-1-lstipakov@gmail.com> URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg22932.html Signed-off-by: Gert Doering <gert@greenie.muc.de> -- kind regards, Gert Doering
diff --git a/src/openvpn/openvpn.vcxproj b/src/openvpn/openvpn.vcxproj index 2144775f..a3350410 100644 --- a/src/openvpn/openvpn.vcxproj +++ b/src/openvpn/openvpn.vcxproj @@ -355,6 +355,7 @@ <ClInclude Include="multi.h" /> <ClInclude Include="ntlm.h" /> <ClInclude Include="occ.h" /> + <ClInclude Include="openssl_compat.h" /> <ClInclude Include="openvpn.h" /> <ClInclude Include="options.h" /> <ClInclude Include="otime.h" /> diff --git a/src/openvpn/openvpn.vcxproj.filters b/src/openvpn/openvpn.vcxproj.filters index cf5748c7..bbcbff34 100644 --- a/src/openvpn/openvpn.vcxproj.filters +++ b/src/openvpn/openvpn.vcxproj.filters @@ -509,6 +509,9 @@ <ClInclude Include="ssl_ncp.h"> <Filter>Header Files</Filter> </ClInclude> + <ClInclude Include="openssl_compat.h"> + <Filter>Header Files</Filter> + </ClInclude> </ItemGroup> <ItemGroup> <ResourceCompile Include="openvpn_win32_resources.rc">