> > I will funrish a function to detect the endian order if requested.
> int is_bigendian() { static int i=1; return (int)(*(char *)&i); }
oops! it's of course is_littleendian:-) Andy.
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to