diff options
author | Steve Holme <steve_holme@hotmail.com> | 2012-06-02 11:09:59 +0100 |
---|---|---|
committer | Steve Holme <steve_holme@hotmail.com> | 2012-06-02 11:09:59 +0100 |
commit | 6f964e4f0625177d9fdef61cc72de9d46328ace5 (patch) | |
tree | 0211bf026be1853afb5e2c2fe4f4e2d73c0d68ca /lib/curl_sasl.h | |
parent | d9ca9e9869e8dd5559b36ffec608c847f154e40a (diff) | |
download | curl-6f964e4f0625177d9fdef61cc72de9d46328ace5.tar.gz |
sasl: Small comment style tidy up following ntlm commit
Diffstat (limited to 'lib/curl_sasl.h')
-rw-r--r-- | lib/curl_sasl.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/curl_sasl.h b/lib/curl_sasl.h index 43f853d77..f1b104f30 100644 --- a/lib/curl_sasl.h +++ b/lib/curl_sasl.h @@ -33,13 +33,13 @@ #define SASL_AUTH_EXTERNAL 0x0020 #define SASL_AUTH_NTLM 0x0040 -/* This is used to generate a base64 encoded plain authentication message */ +/* This is used to generate a base64 encoded PLAIN authentication message */ CURLcode Curl_sasl_create_plain_message(struct SessionHandle *data, const char* userp, const char* passwdp, char **outptr, size_t *outlen); -/* This is used to generate a base64 encoded login authentication message +/* This is used to generate a base64 encoded LOGIN authentication message containing either the user name or password details */ CURLcode Curl_sasl_create_login_message(struct SessionHandle *data, const char* valuep, char **outptr, |