diff options
author | Daniel Gustafsson <daniel@yesql.se> | 2018-11-07 10:11:13 +0100 |
---|---|---|
committer | Daniel Gustafsson <daniel@yesql.se> | 2018-11-07 10:11:13 +0100 |
commit | 8a49b291cb2900f48927facae3cb170475a2558e (patch) | |
tree | 8ad88943323ea47d2e9a77bbe216355845260cf1 /docs/HTTP2.md | |
parent | 64f9d391ed7bc08bb9ddfceb104fcc037f4623e5 (diff) | |
download | curl-8a49b291cb2900f48927facae3cb170475a2558e.tar.gz |
winssl: be consistent in Schannel capitalization
The productname from Microsoft is "Schannel", but in infof/failf
reporting we use "schannel". This removes different versions.
Closes #3243
Reviewed-by: Daniel Stenberg <daniel@haxx.se>
Diffstat (limited to 'docs/HTTP2.md')
-rw-r--r-- | docs/HTTP2.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/HTTP2.md b/docs/HTTP2.md index e20ce0cab..5b4435f88 100644 --- a/docs/HTTP2.md +++ b/docs/HTTP2.md @@ -7,7 +7,7 @@ HTTP/2 with curl Build prerequisites ------------------- - nghttp2 - - OpenSSL, libressl, BoringSSL, NSS, GnutTLS, mbedTLS, wolfSSL or SChannel + - OpenSSL, libressl, BoringSSL, NSS, GnutTLS, mbedTLS, wolfSSL or Schannel with a new enough version. [nghttp2](https://nghttp2.org/) @@ -61,7 +61,7 @@ the necessary TLS features. Right now we support: - NSS: ALPN and NPN - GnuTLS: ALPN - mbedTLS: ALPN - - SChannel: ALPN + - Schannel: ALPN - wolfSSL: ALPN - Secure Transport: ALPN |