From de991037e462d4bb149971de8ee4fae3272771d9 Mon Sep 17 00:00:00 2001 From: Steve Holme Date: Tue, 22 Jan 2013 22:02:30 +0000 Subject: 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(-) (limited to 'lib/curl_sasl.c') 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 * ***************************************************************************/ -- cgit v1.2.3