Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date: Wed, 21 Sep 2011 07:12:31 -0500
From: "JimF" <jfoug@....net>
To: <john-dev@...ts.openwall.com>
Subject: Re: Issues for my solaris build

This is on wiki, as patch 0005.  This format now passes test, and solaris 
jumbo build now passes -test and full test suite, with 100% success.

From: "magnum" <rawsmooth@...dband.net>


On ancient Sparc32 Solaris8 using gcc, it's fine with or without 0004. I had 
one other problem though: SybaseASE get_key() byte swap must be #ifdef 
ARCH_LITTLE_ENDIAN. I can't post a patch now but it's trivial:

#if ARCH_LITTLE_ENDIAN
"old code" (all of it)
#else
return (*char)utf16_to_enc(prep_key[index]);
#endif

magnum

Powered by blists - more mailing lists

Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.