On Sat, Oct 29, 2016 at 10:32:34PM +0200, Sebastian Andrzej Siewior wrote: > One thing that confuses me: Why has none > of the libraries a dependency on libssl?
>From what I understand they use dlopen() and this would allow GPL applications to use QT when they don't use OpenSSL. (QT itself being LGPL) This is of course potentionally problematic if we have 2 versions of openssl that get linked into the same application. Kurt