I am trying to build the FIPS module on a 64-bit AIX machine (running AIX 5.3).
When I run ./config (or ./config no-asm) in the openssl-fips-2.0.5 directory, I
get this:
Operating system: 0003D0AAD300-ibm-aix
WARNING! If you wish to build 64-bit kit, then you have to
invoke './Configure aix64-cc' *manually*.
You have ~5 seconds to press Ctrl-C to abort.
I do want to build a 64-bit kit, but the FIPS build instructions say that I can
only use "./config" or "./config no-asm". How is it possible to build the FIPS
library in this case?
Graeme