]> git.ipfire.org Git - thirdparty/squid.git/commit
Fixes various warnings emitted in lib by the SunPRO cc compiler, and
authorhno <>
Wed, 17 Oct 2001 19:30:49 +0000 (19:30 +0000)
committerhno <>
Wed, 17 Oct 2001 19:30:49 +0000 (19:30 +0000)
commita76e35b13e9a0bc4ef02d4f1b336f4a96ec5b28c
treec1cac4f38e8cc43a6cb357ad227f4525a240fac5
parent9bea1d5b70133600467e62b423a898142d04d4b0
Fixes various warnings emitted in lib by the SunPRO cc compiler, and
synchronized the MD5 prototypes with OpenSSL.

* MD5 operates on binary data, not characters. Avoid signed/unsigned issues
* The bswap16/32 macros was not signed/unsigned safe
* lib/rfc2617 had several spurious extra ;
* MD5Final wants an unsigned char *
include/md5.h
include/ntlmauth.h
lib/md5.c
lib/rfc2617.c