I found the solution to this bug. The Mac Intel should be little endian, not
big endian.


I changed the Configure file so that the darwin-i386-cc entry reads as
follows.

"darwin-i386-cc","cc:-O3 -fomit-frame-pointer -fno-common -DL_ENDIAN::
-D_REENTRANT:MACOSX::BN_LLONG RC4_CHAR RC4_CHUNK DES_UNROLL
BF_PTR:::::::::::
darwin-shared:-fPIC::.\$(SHLIB_MAJOR).\$(SHLIB_MINOR).dylib",

In other words, for the Darwin-i386, change the -DB_ENDIAN flag to
-DL_ENDIAN.

After that change, the library compiled, tested and installed without a
problem.

Mike Wilder
Cimcor, Inc.
219-736-4400 x6085
[EMAIL PROTECTED]




______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [email protected]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to