]> granicus.if.org Git - curl/commit
schannel: stop calling it "winssl"
authorDaniel Stenberg <daniel@haxx.se>
Tue, 29 Jan 2019 09:09:29 +0000 (10:09 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 1 Feb 2019 07:20:38 +0000 (08:20 +0100)
commit180501cb0220c8451a38dc8ae04b6c58743025a8
treee9ae4a63105fa04f0c779db3ea91a1e25fc571f1
parent6f61933adfa60236ae2b5c57ddfdf3e3a36dcc2a
schannel: stop calling it "winssl"

Stick to "Schannel" everywhere. The configure option --with-winssl is
kept to allow existing builds to work but --with-schannel is added as an
alias.

Closes #3504
17 files changed:
configure.ac
docs/cmdline-opts/cacert.d
docs/cmdline-opts/cert.d
docs/cmdline-opts/ssl-no-revoke.d
docs/libcurl/curl_version_info.3
docs/libcurl/opts/CURLINFO_TLS_SSL_PTR.3
docs/libcurl/opts/CURLOPT_CAINFO.3
docs/libcurl/opts/CURLOPT_CERTINFO.3
docs/libcurl/opts/CURLOPT_PINNEDPUBLICKEY.3
docs/libcurl/opts/CURLOPT_PROXY_SSL_OPTIONS.3
docs/libcurl/opts/CURLOPT_SSLCERT.3
docs/libcurl/opts/CURLOPT_SSL_OPTIONS.3
lib/url.c
lib/vtls/schannel.c
src/tool_doswin.c
src/tool_help.c
src/tool_operate.c