[openssl-dev] [openssl.org #4248] Link error under Windows

marc.stern@approach.be via RT rt at openssl.org
Sat Jan 16 03:14:17 UTC 2016


On any version of Windows (32 or 64 bits), if using the "no-deprecated" 
configure flag, some functions (see list below) are not compiled but 
they are still referenced in LIBEAY32.DEF. This gives the following 
error: LIBEAY32.def : error LNK2001: unresolved external symbol ...

List of functions:
  - BN_BLINDING_get_thread_id
  - BN_BLINDING_set_thread_id
  - BN_CTX_init
  - BN_generate_prime
  - BN_get_params
  - BN_is_prime
  - BN_is_prime_fasttest
  - BN_set_params
  - CRYPTO_get_id_callback
  - CRYPTO_set_id_callback
  - CRYPTO_thread_id
  - DH_generate_parameters
  - DSA_generate_parameters
  - ERR_remove_state
  - RSA_generate_key
  - bn_dup_expand




More information about the openssl-dev mailing list