Hi

I have downloaded the openssl 0.9.8zd source.
And I  tried below  steps to get it install.

1.      ./config fipscanisterbuild

I did not get any configuration error.

2.      make

I got the below linker error.



make[2]: Entering directory `/home/ratsa02/openssl-0.9.8zd/test'

../fips/fipscanister.o: In function `RSA_padding_check_PKCS1_OAEP':

(.text+0x140ab): undefined reference to `CRYPTO_memcmp'

collect2: ld returned 1 exit status

make[2]: *** [link_app.gnu] Error 1

make[2]: Leaving directory `/home/ratsa02/openssl-0.9.8zd/test'

make[1]: *** [fips_shatest] Error 2

make[1]: Leaving directory `/home/ratsa02/openssl-0.9.8zd/test'

make: *** [build_tests] Error 1



Note: ( if I ran only configure without fipscanisterbuild option in config, the 
I don't have any issues.'make' is working fine.

But I need the libraries should fips compliance).




Please help  me how I can get rid  of this problem, is there something I am 
doing wrong?

Thanks
Santosh

_______________________________________________
openssl-dev mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-dev

Reply via email to