D8672: Fix build with LibreSSL

David Faure noreply at phabricator.kde.org
Sat Dec 2 16:54:01 UTC 2017


dfaure requested changes to this revision.
dfaure added inline comments.
This revision now requires changes to proceed.

INLINE COMMENTS

> kopenssl.cpp:1047
>  {
> -#if OPENSSL_VERSION_NUMBER < 0x10100000L
> +#if OPENSSL_VERSION_NUMBER < 0x10100000L || LIBRESSL_VERSION_NUMBER
>      if (psig) {

this syntax will lead to a preprocessor warning when LIBRESSL_VERSION_NUMBER isn't defined.
Did you mean `|| defined(...)` ?

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/8744bca8/attachment.html>


More information about the Kde-frameworks-devel mailing list