cast the second arg to g_checksum_update to (guchar *) to avoid warnings
authorDan Winship <danw@src.gnome.org>
Thu, 17 Jan 2008 17:06:47 +0000 (17:06 +0000)
committerDan Winship <danw@src.gnome.org>
Thu, 17 Jan 2008 17:06:47 +0000 (17:06 +0000)
commita8f5ce63f284125adc5867c13cc8853634914add
tree58707cc08a629d0ccde72ff9937412ff1af62306
parent2b9d03659b5bf6da54acb42a9c27fbe6c3c9d250
cast the second arg to g_checksum_update to (guchar *) to avoid warnings

* libsoup/soup-auth-digest.c (soup_auth_digest_compute_hex_urp)
(soup_auth_digest_compute_hex_a1)
(soup_auth_digest_compute_response): cast the second arg to
g_checksum_update to (guchar *) to avoid warnings

svn path=/trunk/; revision=1047
ChangeLog
libsoup/soup-auth-digest.c