summaryrefslogtreecommitdiff
path: root/lib/vauth/digest.h
diff options
context:
space:
mode:
authorSteve Holme <steve_holme@hotmail.com>2016-03-13 11:28:42 +0000
committerSteve Holme <steve_holme@hotmail.com>2016-03-25 17:40:12 +0000
commit58a7bc96eca33c4b6483ed25d0b1547ce8ec0d89 (patch)
tree838bce407fb6d98d8af66448f86b04c414eeb81b /lib/vauth/digest.h
parent7d2a5a05f64c51107b962ff19f85052ab251323a (diff)
downloadgnurl-58a7bc96eca33c4b6483ed25d0b1547ce8ec0d89.tar.gz
gnurl-58a7bc96eca33c4b6483ed25d0b1547ce8ec0d89.tar.bz2
gnurl-58a7bc96eca33c4b6483ed25d0b1547ce8ec0d89.zip
vauth: Refactored function names after move to new vauth directory
Renamed all the SASL functions that moved to the new vauth directory to include the correct module name.
Diffstat (limited to 'lib/vauth/digest.h')
-rw-r--r--lib/vauth/digest.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/vauth/digest.h b/lib/vauth/digest.h
index b6ff2fd05..d2c48687a 100644
--- a/lib/vauth/digest.h
+++ b/lib/vauth/digest.h
@@ -35,7 +35,7 @@ enum {
};
/* This is used to extract the realm from a challenge message */
-bool Curl_sasl_digest_get_pair(const char *str, char *value, char *content,
+bool Curl_auth_digest_get_pair(const char *str, char *value, char *content,
const char **endptr);
#endif