Source: dillo Version: 3.0.5-2 Severity: serious Tags: patch Dear Maintainer,
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. The rebuild was done on a regular sbuild setup using Debian unstable/amd64. 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, [ Cheers, -Hilko