[Bug 218421] net/qt5-network: securesocketclient example is broken: qt.network.ssl: QSslSocket: cannot resolve SSL_CTX_set1_groups

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Fri Mar 9 22:09:48 UTC 2018


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=218421

Christoph Moench-Tegeder <cmt at freebsd.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |cmt at freebsd.org

--- Comment #11 from Christoph Moench-Tegeder <cmt at freebsd.org> ---
Created attachment 191358
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=191358&action=edit
use the openssl code when building against openssl

Let's try this: as the "fix" for using libreoffice resulted in function calls
which are simply not there even in our ports tree openssl, we coud just ifdef
the code so we call SSL_CTX_set1_groups() when building with libressl, but just
have the old code when building with openssl.
Before you ask: yes, it's ugly as heck, and the comment needs a little polish.
But: it allows qmapshack to connect to https online maps, which I consider a
success.
Putting this up here for comments. I'm totally willing to commit this, unless
someone protests :)

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the kde-freebsd mailing list