summaryrefslogtreecommitdiffstats
path: root/tdeio/kssl/kopenssl.h
diff options
context:
space:
mode:
Diffstat (limited to 'tdeio/kssl/kopenssl.h')
-rw-r--r--tdeio/kssl/kopenssl.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/tdeio/kssl/kopenssl.h b/tdeio/kssl/kopenssl.h
index d305243e4..986ecdc86 100644
--- a/tdeio/kssl/kopenssl.h
+++ b/tdeio/kssl/kopenssl.h
@@ -56,14 +56,14 @@ class KOpenSSLProxyPrivate;
#define STACK _STACK
#endif
#endif
-#endif
-
-#include <kstaticdeleter.h>
#if OPENSSL_VERSION_NUMBER < 0x10100000L || defined(LIBRESSL_VERSION_NUMBER)
typedef int (*X509_STORE_CTX_verify_cb)(int, X509_STORE_CTX *);
typedef int X509_LOOKUP_TYPE;
#endif
+#endif // KSSL_HAVE_SSL
+
+#include <kstaticdeleter.h>
/**
* Dynamically load and wrap OpenSSL.