Hi,

I built FIPS canister as per the instructions from 2.0 user guide.
I also set the FIPS_SIG environment variable to in core.sh / incore_macho.

When I try to build the openssl with fips, with following commands.

cd openssl-1.0.1c
./config fips
make depend
make install

I get following error in console,

engine.o ocsp.o prime.o ts.o srp.o ${LIBDEPS})
usage: /Users/Vinay/Desktop/SVN/temp/FIPS/incore_macho [--debug][-exe | -dso]
executable
make[2]: *** [link_app.] Error 1
make[1]: *** [openssl] Error 2
make: *** [build_apps] Error 1

This error is coming because the incore script is not invoked with correct
arguments.

Is this a problem in build script in openssl, or do I need to set any variables?
Any help would be greatly appreciated.

Thanks
Vinay
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           majord...@openssl.org

Reply via email to