Re: compiling openssl-SNAP-20040910.tar.gz on OS X

2004-10-01 Thread Raf Schietekat
Richard Levitte - VMS Whacker wrote: In message <[EMAIL PROTECTED]> on Mon, 27 Sep 2004 15:17:47 +0200, Raf Schietekat <[EMAIL PROTECTED]> said: f0586712> Joseph Bruni wrote: f0586712> f0586712> > When attempting to compile openssl-SNAP-20040910.tar.gz on Mac OS X f0586712> > (10.3.5), I ran int

Re: compiling openssl-SNAP-20040910.tar.gz on OS X

2004-09-27 Thread Geoff Thorpe
On September 27, 2004 06:01 pm, Richard Levitte - VMS Whacker wrote: > In message <[EMAIL PROTECTED]> on Mon, 27 Sep > [...] > geoff> Anyway, I don't know if anyone's got any bright ideas, but it > geoff> seems like there should be a better way to handle this > geoff> "setting" - eg. splitting ***_

Re: compiling openssl-SNAP-20040910.tar.gz on OS X

2004-09-27 Thread Richard Levitte - VMS Whacker
In message <[EMAIL PROTECTED]> on Mon, 27 Sep 2004 15:42:04 -0400, Geoff Thorpe <[EMAIL PROTECTED]> said: geoff> BTW, on a related note - the logic that decides whether this geoff> code gets built or not (independently of whether it will geoff> operate at run-time due to autodetection) hinges off

Re: compiling openssl-SNAP-20040910.tar.gz on OS X

2004-09-27 Thread Geoff Thorpe
On September 27, 2004 03:20 pm, Richard Levitte - VMS Whacker wrote: > In message <[EMAIL PROTECTED]> on Mon, 27 Sep > 2004 14:33:32 -0400, Geoff Thorpe <[EMAIL PROTECTED]> said: > > geoff> Quick reaction without checking the code properly. No, I think > geoff> the issue is that further down there

Re: compiling openssl-SNAP-20040910.tar.gz on OS X

2004-09-27 Thread Geoff Thorpe
On September 27, 2004 02:02 pm, Richard Levitte - VMS Whacker wrote: > In message <[EMAIL PROTECTED]> on Mon, 27 Sep > 2004 13:41:18 -0400, Geoff Thorpe <[EMAIL PROTECTED]> said: > > geoff> Well eng_padlock.c is #ifdef'd out unless we are on a > geoff> "supported" platform, so I don't think portabi

Re: compiling openssl-SNAP-20040910.tar.gz on OS X

2004-09-27 Thread Richard Levitte - VMS Whacker
In message <[EMAIL PROTECTED]> on Mon, 27 Sep 2004 14:33:32 -0400, Geoff Thorpe <[EMAIL PROTECTED]> said: geoff> Quick reaction without checking the code properly. No, I think geoff> the issue is that further down there is other preprocessor geoff> logic that checks whether the compiler is gcc, w

compiling openssl-SNAP-20040910.tar.gz on OS X

2004-09-10 Thread Joseph Bruni
When attempting to compile openssl-SNAP-20040910.tar.gz on Mac OS X (10.3.5), I ran into a header file problem in crypto/engine/eng_padlock.c. The "malloc.h" header is located in "/usr/include/malloc/malloc.h". See diff: --- crypto/engine/eng_padlock.c.origFri Sep 10 15:06:33 2004 +++ crypt