]> granicus.if.org Git - curl/commitdiff
curl_sasl.c: Corrected references to RFC
authorSteve Holme <steve_holme@hotmail.com>
Tue, 22 Jan 2013 22:02:30 +0000 (22:02 +0000)
committerSteve Holme <steve_holme@hotmail.com>
Tue, 22 Jan 2013 22:02:30 +0000 (22:02 +0000)
The most recent version of the RFC is RFC4422 and not RFC2222 as
previously documented.

lib/curl_sasl.c

index 7f998308d89614cdc25effe34525c30c6407810f..57116b651e362abac5d51fd280e2271f37041e90 100644 (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
  *
  ***************************************************************************/