1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04: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:
Steve Holme 2013-01-22 22:02:30 +00:00
parent 56d4de468c
commit de991037e4

View File

@ -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
*
***************************************************************************/