mirror of
https://github.com/curl/curl.git
synced 2026-08-25 19:23:32 +03:00
TLS naming: fix more Winssl and Darwinssl leftovers
The CMake option is now called CMAKE_USE_SCHANNEL The winbuild flag is USE_SCHANNEL The CI jobs and build scripts only use the new names and the new name options Tests now require 'Schannel' (when necessary) Closes #5795
This commit is contained in:
parent
265717d271
commit
2429f45a97
21 changed files with 91 additions and 90 deletions
|
|
@ -10,7 +10,7 @@ HTTP GET
|
|||
# Client-side
|
||||
<client>
|
||||
<features>
|
||||
WinSSL
|
||||
Schannel
|
||||
</features>
|
||||
<server>
|
||||
none
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@ MooMoo
|
|||
# Client-side
|
||||
<client>
|
||||
<features>
|
||||
WinSSL
|
||||
Schannel
|
||||
!MinGW
|
||||
</features>
|
||||
<server>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue