diff options
author | Andy Green <andy@warmcat.com> | 2010-11-08 21:04:23 +0000 |
---|---|---|
committer | Andy Green <andy@warmcat.com> | 2010-11-08 21:04:23 +0000 |
commit | 018d8eb44be79bb45d847d08e12f67ef1804a97a (patch) | |
tree | cb0043b083acfae0dcb773f2a815cd065378845d /lib/md5.c | |
parent | 40a3a021903cffcdcc387f9726b290dfa595da17 (diff) |
style-cleanups.patch
Signed-off-by: Andy Green <andy@warmcat.com>
Diffstat (limited to 'lib/md5.c')
-rw-r--r-- | lib/md5.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -207,7 +207,7 @@ static const unsigned char md5_padding[64] = { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 }; -void md5(const unsigned char *input, int ilen, unsigned char output[16]) +void libwebsockets_md5(const unsigned char *input, int ilen, unsigned char output[16]) { struct md5_context ctx; unsigned long last, padn; |