> How do I make the FIPS module point to the FIPS capable version that has been > built? Look for the --with-fipslibdir option referenced in UserGuide 2.0. There is also a --with-fipsdir that I don't believe is talked about in the document.
You might want to run ldd on your app executable to check which ssl it's linking in. It may be linking an older ssl version living on your machine that's not necessarily the one you just built. Cassie ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List openssl-users@openssl.org Automated List Manager majord...@openssl.org