summaryrefslogtreecommitdiff
path: root/lib/md5.c
diff options
context:
space:
mode:
authorAndy Green <andy@warmcat.com>2010-11-08 21:04:23 +0000
committerAndy Green <andy@warmcat.com>2010-11-08 21:04:23 +0000
commit018d8eb44be79bb45d847d08e12f67ef1804a97a (patch)
treecb0043b083acfae0dcb773f2a815cd065378845d /lib/md5.c
parent40a3a021903cffcdcc387f9726b290dfa595da17 (diff)
style-cleanups.patch
Signed-off-by: Andy Green <andy@warmcat.com>
Diffstat (limited to 'lib/md5.c')
-rw-r--r--lib/md5.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/md5.c b/lib/md5.c
index 1b5e763..bebcb77 100644
--- a/lib/md5.c
+++ b/lib/md5.c
@@ -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;