From 5ec74a7b8f20e9e3f48cf286e0944f1855a271c3 Mon Sep 17 00:00:00 2001 From: Daniel Albers Date: Tue, 1 Sep 2009 09:58:01 +0200 Subject: [PATCH 1/1] fix error when compiling without ssl --- src/common/identity.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/common/identity.cpp b/src/common/identity.cpp index 728cff12..275afcc6 100644 --- a/src/common/identity.cpp +++ b/src/common/identity.cpp @@ -315,4 +315,6 @@ QDataStream &operator>>(QDataStream &in, Identity &id) { return in; } +#ifdef HAVE_SSL INIT_SYNCABLE_OBJECT(CertManager) +#endif // HAVE_SSL -- 2.20.1