diff options
Diffstat (limited to 'projects')
| -rw-r--r-- | projects/README | 2 | ||||
| -rw-r--r-- | projects/Windows/VC10/lib/libcurl.vcxproj | 2 | ||||
| -rw-r--r-- | projects/Windows/VC11/lib/libcurl.vcxproj | 2 | ||||
| -rw-r--r-- | projects/Windows/VC12/lib/libcurl.vcxproj | 2 | ||||
| -rw-r--r-- | projects/Windows/VC14/lib/libcurl.vcxproj | 2 | ||||
| -rw-r--r-- | projects/Windows/VC15/lib/libcurl.vcxproj | 2 | ||||
| -rw-r--r-- | projects/Windows/VC6/lib/libcurl.dsp | 8 | ||||
| -rw-r--r-- | projects/Windows/VC7.1/lib/libcurl.vcproj | 6 | ||||
| -rw-r--r-- | projects/Windows/VC7/lib/libcurl.vcproj | 6 | ||||
| -rw-r--r-- | projects/Windows/VC8/lib/libcurl.vcproj | 8 | ||||
| -rw-r--r-- | projects/Windows/VC9/lib/libcurl.vcproj | 8 |
11 files changed, 1 insertions, 47 deletions
diff --git a/projects/README b/projects/README index 99b1d7a2..be3e1e0e 100644 --- a/projects/README +++ b/projects/README @@ -152,7 +152,7 @@ Legacy Windows and SSL ====================== Some of the project configurations allow the use of WinSSL (specifically - SChannel from Windows SSPI), the native SSL library in Windows. However, + Schannel from Windows SSPI), the native SSL library in Windows. However, WinSSL in Windows <= XP is unable to connect to servers that no longer support the legacy handshakes and algorithms used by those versions. If you will be using curl in one of those earlier versions of Windows you diff --git a/projects/Windows/VC10/lib/libcurl.vcxproj b/projects/Windows/VC10/lib/libcurl.vcxproj index 20e64bd7..04aed109 100644 --- a/projects/Windows/VC10/lib/libcurl.vcxproj +++ b/projects/Windows/VC10/lib/libcurl.vcxproj @@ -2446,7 +2446,6 @@ <ClCompile Include="..\..\..\..\lib\vauth\spnego_gssapi.c" />
<ClCompile Include="..\..\..\..\lib\vauth\spnego_sspi.c" />
<ClCompile Include="..\..\..\..\lib\vauth\vauth.c" />
- <ClCompile Include="..\..\..\..\lib\vtls\axtls.c" />
<ClCompile Include="..\..\..\..\lib\vtls\cyassl.c" />
<ClCompile Include="..\..\..\..\lib\vtls\darwinssl.c" />
<ClCompile Include="..\..\..\..\lib\vtls\gskit.c" />
@@ -2574,7 +2573,6 @@ <ClInclude Include="..\..\..\..\lib\vauth\digest.h" />
<ClInclude Include="..\..\..\..\lib\vauth\ntlm.h" />
<ClInclude Include="..\..\..\..\lib\vauth\vauth.h" />
- <ClInclude Include="..\..\..\..\lib\vtls\axtls.h" />
<ClInclude Include="..\..\..\..\lib\vtls\cyassl.h" />
<ClInclude Include="..\..\..\..\lib\vtls\darwinssl.h" />
<ClInclude Include="..\..\..\..\lib\vtls\gskit.h" />
diff --git a/projects/Windows/VC11/lib/libcurl.vcxproj b/projects/Windows/VC11/lib/libcurl.vcxproj index cb7abce8..99b69675 100644 --- a/projects/Windows/VC11/lib/libcurl.vcxproj +++ b/projects/Windows/VC11/lib/libcurl.vcxproj @@ -2502,7 +2502,6 @@ <ClCompile Include="..\..\..\..\lib\vauth\spnego_gssapi.c" />
<ClCompile Include="..\..\..\..\lib\vauth\spnego_sspi.c" />
<ClCompile Include="..\..\..\..\lib\vauth\vauth.c" />
- <ClCompile Include="..\..\..\..\lib\vtls\axtls.c" />
<ClCompile Include="..\..\..\..\lib\vtls\cyassl.c" />
<ClCompile Include="..\..\..\..\lib\vtls\darwinssl.c" />
<ClCompile Include="..\..\..\..\lib\vtls\gskit.c" />
@@ -2630,7 +2629,6 @@ <ClInclude Include="..\..\..\..\lib\vauth\digest.h" />
<ClInclude Include="..\..\..\..\lib\vauth\ntlm.h" />
<ClInclude Include="..\..\..\..\lib\vauth\vauth.h" />
- <ClInclude Include="..\..\..\..\lib\vtls\axtls.h" />
<ClInclude Include="..\..\..\..\lib\vtls\cyassl.h" />
<ClInclude Include="..\..\..\..\lib\vtls\darwinssl.h" />
<ClInclude Include="..\..\..\..\lib\vtls\gskit.h" />
diff --git a/projects/Windows/VC12/lib/libcurl.vcxproj b/projects/Windows/VC12/lib/libcurl.vcxproj index 154e4456..71fa851c 100644 --- a/projects/Windows/VC12/lib/libcurl.vcxproj +++ b/projects/Windows/VC12/lib/libcurl.vcxproj @@ -2502,7 +2502,6 @@ <ClCompile Include="..\..\..\..\lib\vauth\spnego_gssapi.c" />
<ClCompile Include="..\..\..\..\lib\vauth\spnego_sspi.c" />
<ClCompile Include="..\..\..\..\lib\vauth\vauth.c" />
- <ClCompile Include="..\..\..\..\lib\vtls\axtls.c" />
<ClCompile Include="..\..\..\..\lib\vtls\cyassl.c" />
<ClCompile Include="..\..\..\..\lib\vtls\darwinssl.c" />
<ClCompile Include="..\..\..\..\lib\vtls\gskit.c" />
@@ -2630,7 +2629,6 @@ <ClInclude Include="..\..\..\..\lib\vauth\digest.h" />
<ClInclude Include="..\..\..\..\lib\vauth\ntlm.h" />
<ClInclude Include="..\..\..\..\lib\vauth\vauth.h" />
- <ClInclude Include="..\..\..\..\lib\vtls\axtls.h" />
<ClInclude Include="..\..\..\..\lib\vtls\cyassl.h" />
<ClInclude Include="..\..\..\..\lib\vtls\darwinssl.h" />
<ClInclude Include="..\..\..\..\lib\vtls\gskit.h" />
diff --git a/projects/Windows/VC14/lib/libcurl.vcxproj b/projects/Windows/VC14/lib/libcurl.vcxproj index 0305a433..d119e7af 100644 --- a/projects/Windows/VC14/lib/libcurl.vcxproj +++ b/projects/Windows/VC14/lib/libcurl.vcxproj @@ -2502,7 +2502,6 @@ <ClCompile Include="..\..\..\..\lib\vauth\spnego_gssapi.c" />
<ClCompile Include="..\..\..\..\lib\vauth\spnego_sspi.c" />
<ClCompile Include="..\..\..\..\lib\vauth\vauth.c" />
- <ClCompile Include="..\..\..\..\lib\vtls\axtls.c" />
<ClCompile Include="..\..\..\..\lib\vtls\cyassl.c" />
<ClCompile Include="..\..\..\..\lib\vtls\darwinssl.c" />
<ClCompile Include="..\..\..\..\lib\vtls\gskit.c" />
@@ -2630,7 +2629,6 @@ <ClInclude Include="..\..\..\..\lib\vauth\digest.h" />
<ClInclude Include="..\..\..\..\lib\vauth\ntlm.h" />
<ClInclude Include="..\..\..\..\lib\vauth\vauth.h" />
- <ClInclude Include="..\..\..\..\lib\vtls\axtls.h" />
<ClInclude Include="..\..\..\..\lib\vtls\cyassl.h" />
<ClInclude Include="..\..\..\..\lib\vtls\darwinssl.h" />
<ClInclude Include="..\..\..\..\lib\vtls\gskit.h" />
diff --git a/projects/Windows/VC15/lib/libcurl.vcxproj b/projects/Windows/VC15/lib/libcurl.vcxproj index 62da96af..094b3d3f 100644 --- a/projects/Windows/VC15/lib/libcurl.vcxproj +++ b/projects/Windows/VC15/lib/libcurl.vcxproj @@ -2502,7 +2502,6 @@ <ClCompile Include="..\..\..\..\lib\vauth\spnego_gssapi.c" />
<ClCompile Include="..\..\..\..\lib\vauth\spnego_sspi.c" />
<ClCompile Include="..\..\..\..\lib\vauth\vauth.c" />
- <ClCompile Include="..\..\..\..\lib\vtls\axtls.c" />
<ClCompile Include="..\..\..\..\lib\vtls\cyassl.c" />
<ClCompile Include="..\..\..\..\lib\vtls\darwinssl.c" />
<ClCompile Include="..\..\..\..\lib\vtls\gskit.c" />
@@ -2630,7 +2629,6 @@ <ClInclude Include="..\..\..\..\lib\vauth\digest.h" />
<ClInclude Include="..\..\..\..\lib\vauth\ntlm.h" />
<ClInclude Include="..\..\..\..\lib\vauth\vauth.h" />
- <ClInclude Include="..\..\..\..\lib\vtls\axtls.h" />
<ClInclude Include="..\..\..\..\lib\vtls\cyassl.h" />
<ClInclude Include="..\..\..\..\lib\vtls\darwinssl.h" />
<ClInclude Include="..\..\..\..\lib\vtls\gskit.h" />
diff --git a/projects/Windows/VC6/lib/libcurl.dsp b/projects/Windows/VC6/lib/libcurl.dsp index cb3a33b7..1c2c4b41 100644 --- a/projects/Windows/VC6/lib/libcurl.dsp +++ b/projects/Windows/VC6/lib/libcurl.dsp @@ -1222,10 +1222,6 @@ SOURCE=..\..\..\..\lib\vauth\vauth.c # End Source File
# Begin Source File
-SOURCE=..\..\..\..\lib\vtls\axtls.c
-# End Source File
-# Begin Source File
-
SOURCE=..\..\..\..\lib\vtls\cyassl.c
# End Source File
# Begin Source File
@@ -1730,10 +1726,6 @@ SOURCE=..\..\..\..\lib\vauth\vauth.h # End Source File
# Begin Source File
-SOURCE=..\..\..\..\lib\vtls\axtls.h
-# End Source File
-# Begin Source File
-
SOURCE=..\..\..\..\lib\vtls\cyassl.h
# End Source File
# Begin Source File
diff --git a/projects/Windows/VC7.1/lib/libcurl.vcproj b/projects/Windows/VC7.1/lib/libcurl.vcproj index 6a046a32..93660da4 100644 --- a/projects/Windows/VC7.1/lib/libcurl.vcproj +++ b/projects/Windows/VC7.1/lib/libcurl.vcproj @@ -1991,9 +1991,6 @@ Name="Source Files"
Filter="">
<File
- RelativePath="..\..\..\..\lib\vtls\axtls.c">
- </File>
- <File
RelativePath="..\..\..\..\lib\vtls\cyassl.c">
</File>
<File
@@ -2037,9 +2034,6 @@ Name="Header Files"
Filter="">
<File
- RelativePath="..\..\..\..\lib\vtls\axtls.h">
- </File>
- <File
RelativePath="..\..\..\..\lib\vtls\cyassl.h">
</File>
<File
diff --git a/projects/Windows/VC7/lib/libcurl.vcproj b/projects/Windows/VC7/lib/libcurl.vcproj index 1c3866d7..933f6127 100644 --- a/projects/Windows/VC7/lib/libcurl.vcproj +++ b/projects/Windows/VC7/lib/libcurl.vcproj @@ -1845,9 +1845,6 @@ Name="Source Files"
Filter="">
<File
- RelativePath="..\..\..\..\lib\vtls\axtls.c">
- </File>
- <File
RelativePath="..\..\..\..\lib\vtls\cyassl.c">
</File>
<File
@@ -1891,9 +1888,6 @@ Name="Header Files"
Filter="">
<File
- RelativePath="..\..\..\..\lib\vtls\axtls.h">
- </File>
- <File
RelativePath="..\..\..\..\lib\vtls\cyassl.h">
</File>
<File
diff --git a/projects/Windows/VC8/lib/libcurl.vcproj b/projects/Windows/VC8/lib/libcurl.vcproj index 615ecbc3..bdb55ef4 100644 --- a/projects/Windows/VC8/lib/libcurl.vcproj +++ b/projects/Windows/VC8/lib/libcurl.vcproj @@ -4588,10 +4588,6 @@ Name="Source Files"
>
<File
- RelativePath="..\..\..\..\lib\vtls\axtls.c"
- >
- </File>
- <File
RelativePath="..\..\..\..\lib\vtls\cyassl.c"
>
</File>
@@ -4648,10 +4644,6 @@ Name="Header Files"
>
<File
- RelativePath="..\..\..\..\lib\vtls\axtls.h"
- >
- </File>
- <File
RelativePath="..\..\..\..\lib\vtls\cyassl.h"
>
</File>
diff --git a/projects/Windows/VC9/lib/libcurl.vcproj b/projects/Windows/VC9/lib/libcurl.vcproj index 720f7c0d..f5c13312 100644 --- a/projects/Windows/VC9/lib/libcurl.vcproj +++ b/projects/Windows/VC9/lib/libcurl.vcproj @@ -4529,10 +4529,6 @@ Name="Source Files"
>
<File
- RelativePath="..\..\..\..\lib\vtls\axtls.c"
- >
- </File>
- <File
RelativePath="..\..\..\..\lib\vtls\cyassl.c"
>
</File>
@@ -4589,10 +4585,6 @@ Name="Header Files"
>
<File
- RelativePath="..\..\..\..\lib\vtls\axtls.h"
- >
- </File>
- <File
RelativePath="..\..\..\..\lib\vtls\cyassl.h"
>
</File>
|
