diff options
author | Curl Upstream <curl-library@cool.haxx.se> | 2018-10-30 17:54:00 +0100 |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2018-10-31 09:41:28 -0400 |
commit | 9835e9075037db3d23ade0ef865c562b08cf6023 (patch) | |
tree | 004b65c185c842dadac199a1ecca1de6bda566a0 /lib/vauth/cram.c | |
parent | 18812a9c3d395b368d8f3d85394b346472c8e858 (diff) | |
download | cmake-9835e9075037db3d23ade0ef865c562b08cf6023.tar.gz |
curl 2018-10-30 (19667715)
Code extracted from:
https://github.com/curl/curl.git
at commit 196677150f711a96c38ed123e621f1d4e995b2e5 (curl-7_62_0).
Diffstat (limited to 'lib/vauth/cram.c')
-rw-r--r-- | lib/vauth/cram.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/vauth/cram.c b/lib/vauth/cram.c index 3074a163a1..d148618b0d 100644 --- a/lib/vauth/cram.c +++ b/lib/vauth/cram.c @@ -81,7 +81,7 @@ CURLcode Curl_auth_decode_cram_md5_message(const char *chlg64, char **outptr, * data [in] - The session handle. * chlg [in] - The challenge. * userp [in] - The user name. - * passdwp [in] - The user's password. + * passwdp [in] - The user's password. * outptr [in/out] - The address where a pointer to newly allocated memory * holding the result will be stored upon completion. * outlen [out] - The length of the output message. |