X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcommon%2Fidentity.h;h=6deb916c67953e0b28e432724df53a3541886f67;hp=baa5bbc500fc3014531c6fd5614b8f9c6ae05d24;hb=HEAD;hpb=cc6e7c08709c4e761e2fd9c2e322751015497003 diff --git a/src/common/identity.h b/src/common/identity.h index baa5bbc5..59436678 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-2022 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