From 0fe44fb8b93cb67538f55a6140e1263cb6e8f46e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kai=20K=C3=B6hne?= Date: Wed, 6 Oct 2021 12:11:32 +0200 Subject: [PATCH] Document that schannel is on by default Since d385158d5213ef568b , schannel is built by default on Windows. Pick-to: 6.2 Change-Id: I46cd437c9cbfae9ba74d1aebb5f1e8db3383ec2a Reviewed-by: Joerg Bornemann --- config_help.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config_help.txt b/config_help.txt index fcc1c6c5266..839a21bb614 100644 --- a/config_help.txt +++ b/config_help.txt @@ -209,7 +209,7 @@ Network options: -no-openssl .......... Do not use OpenSSL [default on Apple] -openssl-linked ...... Use OpenSSL and link to libssl [no] -openssl-runtime ..... Use OpenSSL and dynamically load libssl [auto] - -schannel ............ Use Secure Channel [no] (Windows only) + -schannel ............ Use Secure Channel [auto] (Windows only) -securetransport ..... Use SecureTransport [auto] (Apple only) -sctp ................ Enable SCTP support [no]