[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    [kdelibs4support] src/kssl: fix compilation w/o SSL
From:       Harald Fernengel <harry () kdevelop ! org>
Date:       2015-11-25 18:01:59
Message-ID: E1a1eOF-0003oI-Jp () scm ! kde ! org
[Download RAW message or body]

Git commit 828887605c3aa828a87bf2c64daa357401ef6021 by Harald Fernengel.
Committed on 25/11/2015 at 18:01.
Pushed by harald into branch 'master'.

fix compilation w/o SSL

M  +1    -1    src/kssl/ksslcertificate.cpp

http://commits.kde.org/kdelibs4support/828887605c3aa828a87bf2c64daa357401ef6021

diff --git a/src/kssl/ksslcertificate.cpp b/src/kssl/ksslcertificate.cpp
index 89c5e28..03ffdcd 100644
--- a/src/kssl/ksslcertificate.cpp
+++ b/src/kssl/ksslcertificate.cpp
@@ -1017,7 +1017,7 @@ QDateTime KSSLCertificate::getQDTNotAfter() const
 
 int operator==(KSSLCertificate &x, KSSLCertificate &y)
 {
-#ifndef KSSL_HAVE_SSL
+#if !KSSL_HAVE_SSL
     return 1;
 #else
     if (!KOSSL::self()->X509_cmp(x.getCert(), y.getCert())) {
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic