From: Steve Holme Date: Tue, 22 Jan 2013 22:02:30 +0000 (+0000) Subject: curl_sasl.c: Corrected references to RFC X-Git-Tag: curl-7_29_0~71 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=de991037e462d4bb149971de8ee4fae3272771d9;p=thirdparty%2Fcurl.git curl_sasl.c: Corrected references to RFC The most recent version of the RFC is RFC4422 and not RFC2222 as previously documented. --- 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 * ***************************************************************************/