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


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

Reply via email to