tidy-up: update deprecated status of some symbols/options

`CURLOPT_SSL_FALSESTART` / `--false-start`, Secure Transport, BearSSL,
GSKit, MesaLink, NSS.

Follow-up to 1e2e808def #17595
Follow-up to 08a3e8e19a #16677

Closes #17605
This commit is contained in:
Viktor Szakats 2025-06-12 12:09:09 +02:00
parent 4dabcf4c48
commit 924c7e15dc
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201
6 changed files with 20 additions and 15 deletions

View file

@ -200,7 +200,7 @@ const struct helptxt helptext[] = {
CURLHELP_HTTP | CURLHELP_OUTPUT},
{" --false-start",
"Enable TLS False Start",
CURLHELP_TLS},
CURLHELP_DEPRECATED},
{"-F, --form <name=content>",
"Specify multipart MIME data",
CURLHELP_HTTP | CURLHELP_UPLOAD | CURLHELP_POST | CURLHELP_IMAP |