mirror of
https://github.com/curl/curl.git
synced 2026-01-26 06:57:57 +00:00
autotools: update references to deleted crypt-auth option
Delete leftovers of the `crypt-auth` `./configure` option and add the new ones that replaced them. Follow-up to e92edfbef64448ef461117769881f3ed776dec4e #11490 Reviewed-by: Daniel Stenberg Closes #12194
This commit is contained in:
parent
47f5b1a37f
commit
6ec70a9dd3
@ -524,7 +524,12 @@ disabling support for some feature:
|
||||
- `--disable-alt-svc` (HTTP Alt-Svc)
|
||||
- `--disable-ares` (the C-ARES DNS library)
|
||||
- `--disable-cookies` (HTTP cookies)
|
||||
- `--disable-crypto-auth` (cryptographic authentication)
|
||||
- `--disable-basic-auth` (cryptographic authentication)
|
||||
- `--disable-bearer-auth` (cryptographic authentication)
|
||||
- `--disable-digest-auth` (cryptographic authentication)
|
||||
- `--disable-kerberos-auth` (cryptographic authentication)
|
||||
- `--disable-negotiate-auth` (cryptographic authentication)
|
||||
- `--disable-aws` (cryptographic authentication)
|
||||
- `--disable-dateparse` (date parsing for time conditionals)
|
||||
- `--disable-dnsshuffle` (internal server load spreading)
|
||||
- `--disable-doh` (DNS-over-HTTP)
|
||||
|
||||
@ -58,7 +58,12 @@ my %defaulton = (
|
||||
'threaded-resolver' => 1,
|
||||
'pthreads' => 1,
|
||||
'verbose' => 1,
|
||||
'crypto-auth' => 1,
|
||||
'basic-auth' => 1,
|
||||
'bearer-auth' => 1,
|
||||
'digest-auth' => 1,
|
||||
'kerberos-auth' => 1,
|
||||
'negotiate-auth' => 1,
|
||||
'aws' => 1,
|
||||
'ntlm' => 1,
|
||||
'ntlm-wb' => 1,
|
||||
'tls-srp' => 1,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user