Re: [openssl.org #1451] PATCH (Re: Cross compile OpenSSL in Linux using MinGW32)

2007-09-01 Thread Alon Bar-Lev via RT
Hello, An update. 1. The issue with OPENSSL_IMPLEMENT_GLOBAL is gone now. 2. Merged with Roumen Petrov's patch: http://rt.openssl.org/Ticket/Display.html?id=1552 Except of not postfix engine dlls with eay32. Best Regards, Alon Bar-Lev. --- diff -urNp openssl-SNAP-20070901/Configure openssl

Re: [openssl.org #1552] mingw patch for openssl-cvs

2007-09-01 Thread Alon Bar-Lev via RT
On Friday 03 August 2007, Roumen Petrov via RT wrote: And now against CVS Merged patch available at: http://rt.openssl.org/Ticket/Display.html?id=1552 Best Regards, Alon Bar-Lev. __ OpenSSL Project

Re: [openssl.org #1451] PATCH (Re: Cross compile OpenSSL in Linux using MinGW32)

2007-09-01 Thread Alon Bar-Lev via RT
On Saturday 01 September 2007, Alon Bar-Lev via RT wrote: Hello, An update. 1. The issue with OPENSSL_IMPLEMENT_GLOBAL is gone now. 2. Merged with Roumen Petrov's patch: http://rt.openssl.org/Ticket/Display.html?id=1552 Except of not postfix engine dlls with eay32. Best Regards,

Re: Linux/Sparc64/64bit ABI + OpenSSL 0.9.8/0.9.8e + GCC 4.1.2: make test failure

2007-09-01 Thread Darryl Miles
Andy Polyakov wrote: DES_LONG *can* be 8 bytes, it's just that it can't be 8 if you want to deploy des_enc-sparc.S module. As mentioned adding DES_INT in stable branch is inappropriate as it may break installations which are opted for 64-bit ABI, but started compiling the toolkit with no-asm.