From de991037e462d4bb149971de8ee4fae3272771d9 Mon Sep 17 00:00:00 2001
From: Steve Holme <steve_holme@hotmail.com>
Date: Tue, 22 Jan 2013 22:02:30 +0000
Subject: [PATCH] curl_sasl.c: Corrected references to RFC

The most recent version of the RFC is RFC4422 and not RFC2222 as
previously documented.
---
 lib/curl_sasl.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/curl_sasl.c b/lib/curl_sasl.c
index 7f998308d8..57116b651e 100644
--- a/lib/curl_sasl.c
+++ b/lib/curl_sasl.c
@@ -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
  *
  ***************************************************************************/
-- 
GitLab