docs: spell it Rustls with a capital R

I believe this is how the project itself uses it.

Closes #19702
This commit is contained in:
Daniel Stenberg
2025-11-26 00:47:04 +01:00
parent 4041eea61e
commit ea7df8d076
15 changed files with 18 additions and 18 deletions

View File

@@ -189,7 +189,7 @@ my %knowntls = (
'GnuTLS' => 1,
'mbedTLS' => 1,
'OpenSSL' => 1,
'rustls' => 1,
'Rustls' => 1,
'Schannel' => 1,
'wolfSSL' => 1,
'All' => 1,