Re: Test of 0.9.8 under DJGPP (was Re: [openssl.org #932] Patch for 0.9.8 (DJGPP))

2004-09-07 Thread [EMAIL PROTECTED] via RT
On Mon, 6 Sep 2004, Doug Kaufman wrote: > On Mon, 6 Sep 2004, Andy Polyakov wrote: > >(Gisle Vanem wrote) > > > To be able to use SSE2 code on a Pentium 4(?) , you need to add > > > -DOPENSSL_IA32_SSE2 -DOPENSSL_CPUID_OBJ and have an up-to-date > > > version of "as". (v2.13?). > > > > ./Con

Re: Test of 0.9.8 under DJGPP (was Re: [openssl.org #932] Patch for 0.9.8 (DJGPP))

2004-09-07 Thread Doug Kaufman
On Mon, 6 Sep 2004, Doug Kaufman wrote: > On Mon, 6 Sep 2004, Andy Polyakov wrote: > >(Gisle Vanem wrote) > > > To be able to use SSE2 code on a Pentium 4(?) , you need to add > > > -DOPENSSL_IA32_SSE2 -DOPENSSL_CPUID_OBJ and have an up-to-date > > > version of "as". (v2.13?). > > > > ./Conf

Re: Test of 0.9.8 under DJGPP (was Re: [openssl.org #932] Patch for 0.9.8 (DJGPP))

2004-09-06 Thread Doug Kaufman
On Mon, 6 Sep 2004, Andy Polyakov wrote: (Gisle Vanem wrote) > > To be able to use SSE2 code on a Pentium 4(?) , you need to add > > -DOPENSSL_IA32_SSE2 -DOPENSSL_CPUID_OBJ and have an up-to-date > > version of "as". (v2.13?). > > ./Configure should take care of it. Naturally not of as version

Re: Test of 0.9.8 under DJGPP (was Re: [openssl.org #932] Patch for 0.9.8 (DJGPP))

2004-09-06 Thread Andy Polyakov
OpenSSL 0.9.8-dev XX xxx built on: Mon Sep 6 09:04:18 PST 2004 platform: DJGPP options: bn(64,32) md2(int) rc4(idx,int) des(ptr,risc1,16,long) blowfish(idx) compiler: gcc -DOPENSSL_NO_IDEA -DOPENSSL_NO_RC5 -DOPENSSL_NO_MDC2 -I/dev/env/WATT_ROOT/inc -DTERMIOS -DL_ENDIAN -fno-strict-aliasing

Re: Test of 0.9.8 under DJGPP (was Re: [openssl.org #932] Patch for 0.9.8 (DJGPP))

2004-09-06 Thread Gisle Vanem
Doug Kaufman wrote: > OpenSSL 0.9.8-dev XX xxx > built on: Mon Sep 6 09:04:18 PST 2004 > platform: DJGPP > options: bn(64,32) md2(int) rc4(idx,int) des(ptr,risc1,16,long) blowfish(idx) > compiler: gcc -DOPENSSL_NO_IDEA -DOPENSSL_NO_RC5 -DOPENSSL_NO_MDC2 > -I/dev/env/WATT_ROOT/inc -DTERMIO

Test of 0.9.8 under DJGPP (was Re: [openssl.org #932] Patch for 0.9.8 (DJGPP))

2004-09-06 Thread Doug Kaufman
On Mon, 30 Aug 2004, Doug Kaufman wrote: > On Mon, 30 Aug 2004, Andy Polyakov wrote: > > > P.S. crypto/perlasm/x86*.pl have just undergone some a.out surgery and I > > wonder if anybody would be kind enough to double-check it under them > > under DJGPP:-) Cheers. A. > > I'll try to download th