Control: tag -1 patch

The problem is that the configure script is looking for the wrong symbol
in libssl. Something like this

-       AC_CHECK_LIB(ssl, SSL_library_init, [
+       AC_CHECK_LIB(ssl, SSL_new, [

causes the build to work again.

Looking for SSL_library_init seems to be a somewhat common pattern, by
the way.

Cheers,
-Hilko

Reply via email to