On 01/04/13 16:17, Bruce Korb wrote:
>>> This fixes it:
>>>
>>>     261             memcpy (ctx->buffer, buffer, 64);
>>>     262             md5_process_block (ctx->buffer, 64, ctx);
>>>
>>> There's no particular reason for having a nested call there anyway.

$ gcc --version ; uname -a ; /lib/glibc.so.6
gcc (SUSE Linux) 4.7.1 20120723 [gcc-4_7-branch revision 189773]
Copyright (C) 2012 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

Linux beethoven 3.4.11-2.16-desktop #1 SMP PREEMPT Wed Sep 26 17:05:00 UTC 2012 
(259fc87) x86_64 x86_64 x86_64 GNU/Linux
GNU C Library stable release version 2.15 (20120628), by Roland McGrath et al.
Copyright (C) 2012 Free Software Foundation, Inc.


Reply via email to