Skip to content

Stop calling functions deprecated in OpenSSL 1.1.0#9

Open
laomaiweng wants to merge 7761 commits intoapache:trunkfrom
laomaiweng:patch-1
Open

Stop calling functions deprecated in OpenSSL 1.1.0#9
laomaiweng wants to merge 7761 commits intoapache:trunkfrom
laomaiweng:patch-1

Conversation

@laomaiweng
Copy link

The following functions were deprecated in OpenSSL 1.1.0, and do not need to be called (directly, or a replacement) explicitly:

  • OpenSSL_add_all_algorithms()
  • ERR_load_crypto_strings()
  • ERR_free_strings()
  • EVP_cleanup()
  • ENGINE_cleanup()

Even though they are merely deprecated, some build options for OpenSSL make them completely unavailable (without at least some specific #define). Remove them altogether, so that building against such configurations of OpenSSL 1.1.0 does not fail.

Please note that this has not been tested, I only made sure the build proceeded fine. Sorry about that. :(

Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.