mirror of
https://github.com/curl/curl.git
synced 2026-07-24 19:57:25 +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
2
.github/workflows/macos.yml
vendored
2
.github/workflows/macos.yml
vendored
|
|
@ -40,7 +40,7 @@ jobs:
|
|||
macosx-version-min: 10.15
|
||||
- name: SecureTransport metalink
|
||||
install: nghttp2 openssl libmetalink
|
||||
configure: --enable-debug --without-ssl --with-darwinssl --with-libmetalink
|
||||
configure: --enable-debug --without-ssl --with-secure-transport --with-libmetalink
|
||||
macosx-version-min: 10.8
|
||||
- name: OpenSSL metalink
|
||||
install: nghttp2 openssl libmetalink
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue