configure.ac: SSL_library_init was deprecated in openssl 1.1.0

Issue #30 resolved
Eneas U de Queiroz created an issue

Use SSL_CTX_new instead of SSL_library_init, when detecting libssl in configure.ac. As a workaround you can just configure --with-openssl=/usr. I couldn't figure out how to create a proper pull request, so I attached a patch that fixes it. Cheers

Comments (2)

  1. Log in to comment