Re: openssl and AIX

2005-05-23 Thread Henri Gomez
2005/5/23, Ralf S. Engelschall <[EMAIL PROTECTED]>: > On Mon, May 23, 2005, Henri Gomez wrote: > > > here is what I added in openssl.patch to make it works on AIX 5.2 : > > > > --- fips/rand/fips_rand.c.orig 2005-05-23 17:39:36.0 +0200 > > +++ fips/rand/fips_rand.c 2005-05-23 17:39:

Re: openssl and AIX

2005-05-23 Thread Henri Gomez
Just suscried to openpkg-cvs list, so I could track possible updates. 2005/5/23, Henri Gomez <[EMAIL PROTECTED]>: > 2005/5/23, Ralf S. Engelschall <[EMAIL PROTECTED]>: > > On Mon, May 23, 2005, Henri Gomez wrote: > > > > > here is what I added in openssl.patch to make it works on AIX 5.2 : > > > >

Re: openssl and AIX

2005-05-23 Thread Ralf S. Engelschall
On Mon, May 23, 2005, Henri Gomez wrote: > here is what I added in openssl.patch to make it works on AIX 5.2 : > > --- fips/rand/fips_rand.c.orig 2005-05-23 17:39:36.0 +0200 > +++ fips/rand/fips_rand.c 2005-05-23 17:39:29.0 +0200 > @@ -56,7 +56,9 @@ > /* If we don't define

Re: openssl and AIX

2005-05-23 Thread Henri Gomez
here is what I added in openssl.patch to make it works on AIX 5.2 : --- fips/rand/fips_rand.c.orig 2005-05-23 17:39:36.0 +0200 +++ fips/rand/fips_rand.c 2005-05-23 17:39:29.0 +0200 @@ -56,7 +56,9 @@ /* If we don't define _XOPEN_SOURCE_EXTENDED, struct timeval won't be d

openssl and AIX

2005-05-23 Thread Henri Gomez
Since Mr Ralf is one of the OpenSSL master, here is a patch to be included in future openssl releases. in fips/rand/fips_rand.c there is a #define _XOPEN_SOURCE_EXTENDED On AIX, this is allready defined and break compil, added the following : #ifndef _XOPEN_SOURCE_EXTENDED #define _XOPEN_SOURCE_