diff options
author | Kai Köhne <kai.koehne@qt.io> | 2021-10-06 12:11:32 +0200 |
---|---|---|
committer | Kai Köhne <kai.koehne@qt.io> | 2021-10-06 15:05:20 +0200 |
commit | 0fe44fb8b93cb67538f55a6140e1263cb6e8f46e (patch) | |
tree | 7bba69c554c4a5d77f92da5702cd796c27886620 /config_help.txt | |
parent | b02d88e416769857e56f310cdad7348767304b59 (diff) | |
download | qtbase-0fe44fb8b93cb67538f55a6140e1263cb6e8f46e.tar.gz |
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 <joerg.bornemann@qt.io>
Diffstat (limited to 'config_help.txt')
-rw-r--r-- | config_help.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config_help.txt b/config_help.txt index fcc1c6c526..839a21bb61 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] |