diff options
Diffstat (limited to 'imap/src/c-client/hmac.c')
-rw-r--r-- | imap/src/c-client/hmac.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/imap/src/c-client/hmac.c b/imap/src/c-client/hmac.c index 431026db..1b5344d4 100644 --- a/imap/src/c-client/hmac.c +++ b/imap/src/c-client/hmac.c @@ -35,7 +35,7 @@ * sha Error Code. * */ -int hmac(SHAversion whichSha, const unsigned char *text, int text_len, +int c_client_hmac(SHAversion whichSha, const unsigned char *text, int text_len, const unsigned char *key, int key_len, uint8_t digest[USHAMaxHashSize]) { |