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

Reply via email to