fix error when compiling without ssl
[quassel.git] / src / common / identity.cpp
index 728cff1..275afcc 100644 (file)
@@ -315,4 +315,6 @@ QDataStream &operator>>(QDataStream &in, Identity &id) {
   return in;
 }
 
+#ifdef HAVE_SSL
 INIT_SYNCABLE_OBJECT(CertManager)
+#endif // HAVE_SSL