mirror of
https://github.com/mirror/wget.git
synced 2026-08-22 19:03:27 +08:00
[svn] Remove char/unsigned char warnings emitted by Sun cc.
This commit is contained in:
@@ -81,7 +81,7 @@ gen_md5_update (unsigned const char *buffer, int len, gen_md5_context *ctx)
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_SOLARIS_MD5
|
||||
MD5Update (ctx_imp, buffer, len);
|
||||
MD5Update (ctx_imp, (unsigned char *)buffer, len);
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_OPENSSL_MD5
|
||||
|
||||
Reference in New Issue
Block a user