summaryrefslogtreecommitdiff
path: root/imap/src/c-client/sha.h
diff options
context:
space:
mode:
Diffstat (limited to 'imap/src/c-client/sha.h')
-rw-r--r--imap/src/c-client/sha.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/imap/src/c-client/sha.h b/imap/src/c-client/sha.h
index ffd4b7cf..e21c9844 100644
--- a/imap/src/c-client/sha.h
+++ b/imap/src/c-client/sha.h
@@ -238,7 +238,7 @@ extern int USHAHashSizeBits(enum SHAversion whichSha);
* for all SHAs.
* This interface allows a fixed-length text input to be used.
*/
-extern int hmac(SHAversion whichSha, /* which SHA algorithm to use */
+extern int c_client_hmac(SHAversion whichSha, /* which SHA algorithm to use */
const unsigned char *text, /* pointer to data stream */
int text_len, /* length of data stream */
const unsigned char *key, /* pointer to authentication key */