aboutsummaryrefslogtreecommitdiff
path: root/lib/curl_sasl.c
diff options
context:
space:
mode:
authorSteve Holme <steve_holme@hotmail.com>2013-01-22 22:02:30 +0000
committerSteve Holme <steve_holme@hotmail.com>2013-01-22 22:02:30 +0000
commitde991037e462d4bb149971de8ee4fae3272771d9 (patch)
treef5fc0c954df7b02936c8cc0e6640dff308340885 /lib/curl_sasl.c
parent56d4de468c45d627fee7e8e237c8317ce8278ca8 (diff)
curl_sasl.c: Corrected references to RFC
The most recent version of the RFC is RFC4422 and not RFC2222 as previously documented.
Diffstat (limited to 'lib/curl_sasl.c')
-rw-r--r--lib/curl_sasl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/curl_sasl.c b/lib/curl_sasl.c
index 7f998308d..57116b651 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
*
***************************************************************************/