X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fcommon%2Fidentity.h;h=08fdcd621e37371e283a523a561c254e1b7bb201;hb=2491fb92519912fa2169fb9d7dbc631a03bf5570;hp=baa5bbc500fc3014531c6fd5614b8f9c6ae05d24;hpb=cc6e7c08709c4e761e2fd9c2e322751015497003;p=quassel.git diff --git a/src/common/identity.h b/src/common/identity.h index baa5bbc5..08fdcd62 100644 --- a/src/common/identity.h +++ b/src/common/identity.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-2019 by the Quassel Project * + * Copyright (C) 2005-2020 by the Quassel Project * * devel@quassel-irc.org * * * * This program is free software; you can redistribute it and/or modify * @@ -25,6 +25,8 @@ #include #include #include +#include +#include #include #include @@ -160,10 +162,6 @@ QDataStream& operator>>(QDataStream& in, Identity& identity); Q_DECLARE_METATYPE(Identity) -#ifdef HAVE_SSL -# include -# include - class COMMON_EXPORT CertManager : public SyncableObject { Q_OBJECT @@ -186,5 +184,3 @@ public slots: inline virtual void setSslKey(const QByteArray& encoded) { SYNC(ARG(encoded)) } inline virtual void setSslCert(const QByteArray& encoded) { SYNC(ARG(encoded)) } }; - -#endif // HAVE_SSL