I just built my first (very basic) FIPS-enabled OpenSSL application on Windows using VC 8. When linking with static libraries (with fipslink.pl...), the following symbols are unresolved:
_ERR_error_string
_ERR_free_strings
_ERR_load_FIPS_strings
_ERR_load_crypto_strings
_ERR_load_ERR_strings

When linking with DLLs, there is no unresolved symbol.

Appendix C of OpenSSL FIPS User Guide 1.2 contains a sample application that uses ERR_load_crypto_strings().
So I presume I did something wrong.

Any hint?

--
*Jacques LEBASTARD*

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

Reply via email to