mirror of
https://github.com/curl/curl.git
synced 2026-05-16 07:56:20 +03:00
curl_sasl.c: Corrected references to RFC
The most recent version of the RFC is RFC4422 and not RFC2222 as previously documented.
This commit is contained in:
parent
56d4de468c
commit
de991037e4
1 changed files with 1 additions and 1 deletions
|
|
@ -19,8 +19,8 @@
|
|||
* KIND, either express or implied.
|
||||
*
|
||||
* RFC2195 CRAM-MD5 authentication
|
||||
* RFC2222 Simple Authentication and Security Layer (SASL)
|
||||
* RFC2831 DIGEST-MD5 authentication
|
||||
* RFC4422 Simple Authentication and Security Layer (SASL)
|
||||
* RFC4616 PLAIN authentication
|
||||
*
|
||||
***************************************************************************/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue