Re: ssl is not being compiled on dillo on F26

2017-09-11 Thread Mattias Ellert
tis 2017-09-12 klockan 03:20 + skrev Globe Trotter: > Thank you very much again for helping out here: I would not have > known how to fix this. I am wondering if you think that it might be a > good idea to ask upstream to update using openssl v 1.1 (with the > patch included). If this is the

Re: ssl is not being compiled on dillo on F26

2017-09-11 Thread Globe Trotter
Thank you very much again for helping out here: I would not have known how to fix this. I am wondering if you think that it might be a good idea to ask upstream to update using openssl v 1.1 (with the patch included). If this is the future for openssl, then that might be a good move for them to

Re: ssl is not being compiled on dillo on F26

2017-09-11 Thread Mattias Ellert
lör 2017-09-09 klockan 05:00 + skrev Globe Trotter: > Hi, > > Thank you for your detailed response. However, I tried replacing > > AC_CHECK_LIB(ssl, SSL_library_init, ssl_ok=yes, ssl_ok=no, -lcrypto) > > with > > AC_CHECK_LIB(ssl, SSL_writet, ssl_ok=yes, ssl_ok=no, -lcrypto) > > but I

Re: ssl is not being compiled on dillo on F26

2017-09-08 Thread Globe Trotter
Hi, Thank you for your detailed response. However, I tried replacing AC_CHECK_LIB(ssl, SSL_library_init, ssl_ok=yes, ssl_ok=no, -lcrypto) with AC_CHECK_LIB(ssl, SSL_writet, ssl_ok=yes, ssl_ok=no, -lcrypto) but I get the following error later on in the compilation: https.c: In function

Re: ssl is not being compiled on dillo on F26

2017-09-08 Thread Globe Trotter
Thanks for the detailed explanation! I wonder if it would be better to get this fixed upstream? If so, I will wait (and perhaps put in a patch using your suggested example). Thanks! From: Mattias Ellert To: devel@lists.fedoraproject.org Sent: Friday,

Re: ssl is not being compiled on dillo on F26

2017-09-08 Thread Mattias Ellert
In openssl 1.1 some functions were renamed to newer more consistent names. There are however preprocessor macros defined for most of them so that old code still compiles. One of the old functions that was renamed was SSL_library_init, which now is defined in /usr/include/openssl/ssl.h as # define

Re: ssl is not being compiled on dillo on F26

2017-09-07 Thread Tony Nelson
On 17-09-07 09:47:36, Globe Trotter wrote: Hello, I posted this on the F26 mailing list but the issue may be deeper requiring some more knowledge from the developers so I thought that I would also put it here. There is a bug report on this here:  Bug 1470354 – dillo appears to not have been

ssl is not being compiled on dillo on F26

2017-09-07 Thread Globe Trotter
Hello, I posted this on the F26 mailing list but the issue may be deeper requiring some more knowledge from the developers so I thought that I would also put it here. There is a bug report on this here:  Bug 1470354 – dillo appears to not have been compiled with ssl in F26 | | | Bug