D8672: Fix build with LibreSSL

David Faure noreply at phabricator.kde.org
Sat Dec 2 19:26:53 UTC 2017


dfaure requested changes to this revision.
dfaure added a comment.
This revision now requires changes to proceed.


  One last issue...

INLINE COMMENTS

> ksslcertificate.cpp:1225
>       // no equivalent in OpenSSL 1.1.0 (?), so behave as if we had no OpenSSL at all
> -#if KSSL_HAVE_SSL && OPENSSL_VERSION_NUMBER < 0x10100000L
> +#if KSSL_HAVE_SSL && OPENSSL_VERSION_NUMBER < 0x10100000L || defined(LIBRESSL_VERSION_NUMBER)
>      NETSCAPE_X509 nx;

This seems to be missing parenthesis...

KSSL_HAVE_SSL && ( ... || ... )

REPOSITORY
  R239 KDELibs4Support

REVISION DETAIL
  https://phabricator.kde.org/D8672

To: heikobecker, #frameworks, #freebsd, dfaure
Cc: dfaure, asturmlechner
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-frameworks-devel/attachments/20171202/bda98136/attachment-0001.html>


More information about the Kde-frameworks-devel mailing list