From: Daniel Albers Date: Tue, 1 Sep 2009 07:58:01 +0000 (+0200) Subject: fix error when compiling without ssl X-Git-Tag: 0.5-rc2~84 X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=commitdiff_plain;h=5ec74a7b8f20e9e3f48cf286e0944f1855a271c3 fix error when compiling without ssl --- 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