[Openvpn-devel,5/4] Add ncp files to Visual studio print

Message ID 20191117212318.13428-1-arne@rfc2549.org
State Superseded
Headers show
Series [Openvpn-devel,1/4] Only announce IV_NCP=2 when we are willing to support these ciphers | expand

Commit Message

Arne Schwabe Nov. 17, 2019, 10:23 a.m. UTC
Signed-off-by: Arne Schwabe <arne@rfc2549.org>
---
 src/openvpn/openvpn.vcxproj | 2 ++
 1 file changed, 2 insertions(+)

Comments

Arne Schwabe Nov. 17, 2019, 9:45 p.m. UTC | #1
Am 17.11.19 um 22:23 schrieb Arne Schwabe:
> Signed-off-by: Arne Schwabe <arne@rfc2549.org>
> ---
>  src/openvpn/openvpn.vcxproj | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/src/openvpn/openvpn.vcxproj b/src/openvpn/openvpn.vcxproj
> index 7446d97d..b3d35ba2 100644
> --- a/src/openvpn/openvpn.vcxproj
> +++ b/src/openvpn/openvpn.vcxproj
> @@ -191,6 +191,7 @@
>      <ClCompile Include="socks.c" />
>      <ClCompile Include="ssl.c" />
>      <ClCompile Include="ssl_openssl.c" />
> +    <ClCompile Include="ssl_ncp.c" />
>      <ClCompile Include="ssl_verify.c" />
>      <ClCompile Include="ssl_verify_openssl.c" />
>      <ClCompile Include="status.c" />
> @@ -276,6 +277,7 @@
>      <ClInclude Include="ssl.h" />
>      <ClInclude Include="ssl_backend.h" />
>      <ClInclude Include="ssl_common.h" />
> +    <ClInclude Include="ssl_ncp.h" />
>      <ClInclude Include="ssl_openssl.h" />
>      <ClInclude Include="ssl_verify.h" />
>      <ClInclude Include="ssl_verify_backend.h" />
> 

Note this patch can be merged into the 4/4 patch. I just did not want to
resend 4/4 for this tiny patch. Should a V2 of 4/4 be needed, I will
include this one into it.

Arne
Arne Schwabe Feb. 13, 2020, 2:52 a.m. UTC | #2
Am 18.11.19 um 09:45 schrieb Arne Schwabe:
> Am 17.11.19 um 22:23 schrieb Arne Schwabe:
>> Signed-off-by: Arne Schwabe <arne@rfc2549.org>
>> ---
>>  src/openvpn/openvpn.vcxproj | 2 ++
>>  1 file changed, 2 insertions(+)
>>
>> diff --git a/src/openvpn/openvpn.vcxproj b/src/openvpn/openvpn.vcxproj
>> index 7446d97d..b3d35ba2 100644
>> --- a/src/openvpn/openvpn.vcxproj
>> +++ b/src/openvpn/openvpn.vcxproj
>> @@ -191,6 +191,7 @@
>>      <ClCompile Include="socks.c" />
>>      <ClCompile Include="ssl.c" />
>>      <ClCompile Include="ssl_openssl.c" />
>> +    <ClCompile Include="ssl_ncp.c" />
>>      <ClCompile Include="ssl_verify.c" />
>>      <ClCompile Include="ssl_verify_openssl.c" />
>>      <ClCompile Include="status.c" />
>> @@ -276,6 +277,7 @@
>>      <ClInclude Include="ssl.h" />
>>      <ClInclude Include="ssl_backend.h" />
>>      <ClInclude Include="ssl_common.h" />
>> +    <ClInclude Include="ssl_ncp.h" />
>>      <ClInclude Include="ssl_openssl.h" />
>>      <ClInclude Include="ssl_verify.h" />
>>      <ClInclude Include="ssl_verify_backend.h" />
>>
> 
> Note this patch can be merged into the 4/4 patch. I just did not want to
> resend 4/4 for this tiny patch. Should a V2 of 4/4 be needed, I will
> include this one into it.

V2 of 4/5 includes now this patch and this patch is obsolute.

Patch

diff --git a/src/openvpn/openvpn.vcxproj b/src/openvpn/openvpn.vcxproj
index 7446d97d..b3d35ba2 100644
--- a/src/openvpn/openvpn.vcxproj
+++ b/src/openvpn/openvpn.vcxproj
@@ -191,6 +191,7 @@ 
     <ClCompile Include="socks.c" />
     <ClCompile Include="ssl.c" />
     <ClCompile Include="ssl_openssl.c" />
+    <ClCompile Include="ssl_ncp.c" />
     <ClCompile Include="ssl_verify.c" />
     <ClCompile Include="ssl_verify_openssl.c" />
     <ClCompile Include="status.c" />
@@ -276,6 +277,7 @@ 
     <ClInclude Include="ssl.h" />
     <ClInclude Include="ssl_backend.h" />
     <ClInclude Include="ssl_common.h" />
+    <ClInclude Include="ssl_ncp.h" />
     <ClInclude Include="ssl_openssl.h" />
     <ClInclude Include="ssl_verify.h" />
     <ClInclude Include="ssl_verify_backend.h" />