diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/curl_sasl.c | 2 |
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 * ***************************************************************************/ |