diff options
author | Steve Holme <steve_holme@hotmail.com> | 2013-01-06 22:32:33 +0000 |
---|---|---|
committer | Steve Holme <steve_holme@hotmail.com> | 2013-01-06 22:32:33 +0000 |
commit | d6bebd56f7d04c62892edc5d48cb89972de2cd5a (patch) | |
tree | 732c21ac6177a0e56de243269700c6d453a58153 /lib/curl_sasl.c | |
parent | 70dcde78d0ad6bd16f7652b184328fd5c3c1119c (diff) |
curl_sasl.c: Small code tidy up following imap changes
Diffstat (limited to 'lib/curl_sasl.c')
-rw-r--r-- | lib/curl_sasl.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/curl_sasl.c b/lib/curl_sasl.c index ccb54a89f..8062e53d2 100644 --- a/lib/curl_sasl.c +++ b/lib/curl_sasl.c @@ -5,7 +5,7 @@ * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * - * Copyright (C) 2012, Daniel Stenberg, <daniel@haxx.se>, et al. + * Copyright (C) 2012-2013, Daniel Stenberg, <daniel@haxx.se>, et al. * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms @@ -19,6 +19,7 @@ * KIND, either express or implied. * * RFC2195 CRAM-MD5 authentication + * RFC2222 Simple Authentication and Security Layer (SASL) * RFC2831 DIGEST-MD5 authentication * RFC4616 PLAIN authentication * |