Hi Hilko,

Hilko Bengen wrote:
> after searching for "AC_CHECK_LIB(ssl, SSL_library_init" using
> codesearch.debian.net and rebuilding with OpenSSL 1.1, I found that the
> OpenSSL is no longer detected and thus no longer used when building the
> package.
[…]
> Something like the following should be enough to fix the OpenSSL
> detection. However, there may be other changes necessary due to the
> changed API in OpenSSL 1.1.
> 
> -       AC_CHECK_LIB(ssl, SSL_library_init, [
> +       AC_CHECK_LIB(ssl, SSL_new, [

Thanks for the notice and the preliminary patch!

                Regards, Axel
-- 
 ,''`.  |  Axel Beckert <a...@debian.org>, http://people.debian.org/~abe/
: :' :  |  Debian Developer, ftp.ch.debian.org Admin
`. `'   |  4096R: 2517 B724 C5F6 CA99 5329  6E61 2FF9 CD59 6126 16B5
  `-    |  1024D: F067 EA27 26B9 C3FC 1486  202E C09E 1D89 9593 0EDE

Reply via email to