Re: Build fails on AIX 5.3: Solution included.

2005-03-23 Thread Jacques Lebastard
Jacques Lebastard wrote : Peter Schmiedeskamp wrote : Hi, during the process of compiling OpenSSL 0.9.7e on AIX 5.3, I ran into a compile issue whereby "fips_rand.c" attempted to redefine _XOPEN_SOURCE_EXTENDED which is already defined in AIX's system headers. Here's a patch that worked for me: ---

Re: Build fails on AIX 5.3: Solution included.

2005-03-22 Thread Jacques Lebastard
Peter Schmiedeskamp wrote : Hi, during the process of compiling OpenSSL 0.9.7e on AIX 5.3, I ran into a compile issue whereby "fips_rand.c" attempted to redefine _XOPEN_SOURCE_EXTENDED which is already defined in AIX's system headers. Here's a patch that worked for me: --- fips_rand.c.orig2005-