I think this is what you should be doing:
1) build openssl-fips-1.1.1
./config fips
make
make install
2) build openssl-0.9.7m
./config fips --with-fipslibdir=/usr/local/ssl/lib \
--openssldir=/etc/ssl --prefix=/usr zlib-dynamic \
no-i
On Thu, 2007-05-31 at 22:09 -0700, Carlo Milono wrote:
> On a Linux AS4 machine, I was able to successfully build both 0.9.8.e and
> FIPS 1.1.1 and have both pass all tests :-)
>
> The VERSION in the FIPS Makefile is different than the version of the base
> OpenSSL, and the only way to change t