mirror of
https://github.com/curl/curl.git
synced 2026-04-14 22:21:41 +03: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 e92edfbef6 #11490
Reviewed-by: Daniel Stenberg
Closes #12194
This commit is contained in:
parent
47f5b1a37f
commit
6ec70a9dd3
2 changed files with 12 additions and 2 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue