<br><br><div class="gmail_quote">On Fri, Aug 6, 2010 at 12:39 AM, Alan DeKok <span dir="ltr"><<a href="mailto:aland@deployingradius.com">aland@deployingradius.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div class="im">Mike J wrote:<br>
> I've fixed the x86 module (was using a wrong client config file). So I<br>
> have x86 working but don't have the ppc module working.<br>
</div><div class="im">..<br>
> Is this likely the cause of my issue?<br>
<br>
</div>  Yes.  Figure out how to build the MD5 code with the correct endian<br>
definitions.  Don't be afraid to hard-code the definition in the source.<br>
<div><div></div><div class="h5"><br></div></div></blockquote><div><br></div><div>That seemed to work.</div><div><br></div><div>In case others are interested: in 1.3.17 you have to define "HIGHFIRST" if you are compiling for a big endian arch (ppc in my case).</div>
<div>I added "-DHIGHFIRST"  to CFLAGS in the makefile, rather than hard-code it in md5.c.</div><div><br></div><div>Alan, thanks for your help.</div><div><br></div><div><br></div><div><br></div><div><br></div><div>
 </div></div>