On Tue, Nov 20, 2012 at 6:16 PM, Santhosh Kokala
<santhosh.kok...@riverbed.com> wrote:
> Hi,
> I am trying to build an application with the FIPS Object module. I followed
> the build instructions mentioned in FIPS User Guide 2.0.
>
> FIPS Object Module:
>
> ./config
> Make
> make install
>
> Open SSL:
>
> ./config fips
> make depend
> Make
>
> My Application:
>
> export FIPSLD_CC=g++
> export CC=gcc
> export CXX=/usr/local/ssl/fips-2.0/bin/fipsld
>
> Build Errors:
>
>
> /tmp/cczHeW7i.o: In function `FINGERPRINT_premain()':
> /usr/local/ssl/fips-2.0/bin/../lib/fips_premain.c:103: undefined reference
> to `FIPS_text_start()'
> /usr/local/ssl/fips-2.0/bin/../lib/fips_premain.c:116: undefined reference
> to `FIPS_incore_fingerprint(unsigned char*, unsigned int)'
Add fipscanister.o to the link phase/

Jeff
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       openssl-dev@openssl.org
Automated List Manager                           majord...@openssl.org

Reply via email to