Mercurial > pidgin.yaz
changeset 23035:6b2f8b7b6720
applied changes from b687754dfefde18bbb1a2652261943517272a691
through d7c39222c546f6465ca80cf5a249d8a4d0ceb8d3
author | Daniel Atallah <daniel.atallah@gmail.com> |
---|---|
date | Thu, 19 Jun 2008 03:17:14 +0000 |
parents | 25233b528b66 |
children | 41b188686bdf |
files | COPYRIGHT libpurple/protocols/jabber/auth.c |
diffstat | 2 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/COPYRIGHT Thu Jun 19 03:14:34 2008 +0000 +++ b/COPYRIGHT Thu Jun 19 03:17:14 2008 +0000 @@ -177,6 +177,7 @@ hjheins Hil Casey Ho +Andrew Hoffman Iain Holmes Joshua Honeycutt Nigel Horne
--- a/libpurple/protocols/jabber/auth.c Thu Jun 19 03:14:34 2008 +0000 +++ b/libpurple/protocols/jabber/auth.c Thu Jun 19 03:17:14 2008 +0000 @@ -697,7 +697,7 @@ } else if(js->stream_id && xmlnode_get_child(query, "crammd5")) { const char *challenge; guchar digest[16]; - char h[17], *p; + char h[33], *p; int i; challenge = xmlnode_get_attrib(xmlnode_get_child(query, "crammd5"), "challenge");