RE: Openssl 1.1.1l compilation issue for aix64-cc

2021-10-29 Thread Dan Fulger
OpenSSL 1.1.1l does not contain -D_XOPEN_SOURCE=700. So you must have added it on the Configure command line or by patching the source code. On AIX (any version), this disables _ALL_SOURCE.  

RE: Openssl 1.1.1l compilation issue for aix64-cc

2021-10-28 Thread Michael Wojcik
> From: openssl-users On Behalf Of Thiagu > Mohan > Sent: Thursday, 28 October, 2021 07:31 > Openssl  Version 1.1.1l > I am trying to compile openssl in Aix 7.2 OS ( ./Configure aix64-cc   ) I don't recall seeing these, but I think the latest version of AIX we're building on is 7.1. And it lo