masqmail
diff src/md5/hmac_md5.h @ 10:26e34ae9a3e3
changed indention and line wrapping to a more consistent style
author | meillo@marmaro.de |
---|---|
date | Mon, 27 Oct 2008 16:23:10 +0100 |
parents | 08114f7dcc23 |
children | 0f36c0a46f82 |
line diff
1.1 --- a/src/md5/hmac_md5.h Mon Oct 27 16:21:27 2008 +0100 1.2 +++ b/src/md5/hmac_md5.h Mon Oct 27 16:23:10 2008 +0100 1.3 @@ -1,7 +1,7 @@ 1.4 -void hmac_md5(unsigned char *text, int text_len, 1.5 - unsigned char* key, int key_len, unsigned char *digest); 1.6 - /* text; pointer to data stream */ 1.7 - /* text_len; length of data stream */ 1.8 - /* key; pointer to authentication key */ 1.9 - /* key_len; length of authentication key */ 1.10 - /* digest; caller digest to be filled in */ 1.11 +void 1.12 +hmac_md5(unsigned char *text, int text_len, unsigned char *key, int key_len, unsigned char *digest); 1.13 + /* text; pointer to data stream */ 1.14 + /* text_len; length of data stream */ 1.15 + /* key; pointer to authentication key */ 1.16 + /* key_len; length of authentication key */ 1.17 + /* digest; caller digest to be filled in */