Fix build with SSL disabled

Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
pull/371/head
Alexander Golubev 4 days ago
parent 0a9401e9c5
commit 57a94cb6f5

@ -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.

Loading…
Cancel
Save