Mercurial > 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 wrap: on
line diff
--- a/src/md5/hmac_md5.h Mon Oct 27 16:21:27 2008 +0100 +++ b/src/md5/hmac_md5.h Mon Oct 27 16:23:10 2008 +0100 @@ -1,7 +1,7 @@ -void hmac_md5(unsigned char *text, int text_len, - unsigned char* key, int key_len, unsigned char *digest); - /* text; pointer to data stream */ - /* text_len; length of data stream */ - /* key; pointer to authentication key */ - /* key_len; length of authentication key */ - /* digest; caller digest to be filled in */ +void +hmac_md5(unsigned char *text, int text_len, unsigned char *key, int key_len, unsigned char *digest); + /* text; pointer to data stream */ + /* text_len; length of data stream */ + /* key; pointer to authentication key */ + /* key_len; length of authentication key */ + /* digest; caller digest to be filled in */