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 7f99830..57116b6 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
  *
  ***************************************************************************/