On Fri, Dec 13, 2002 at 04:59:07PM -0500, Ed Phillips wrote:
> + #else
> add -= add % __alignof__ (md5_uint32);
> + #endif
Hi Ed,
this is a GNU C ;) (the code comes from glibc).
> Note the use of "-D_REENTRANT"... this is probably a good idea in general
> for compiling a multi-threaded
ClamAV does not compile cleanly on Solaris with cc... I needed to patch
the following files:
*** ./libclamav/md5.c_orig Wed Nov 13 11:17:24 2002
--- ./libclamav/md5.c Wed Nov 13 11:22:42 2002
***
*** 220,226
--- 220,230
size_t add = 128 - left_over > len ? len