X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcommon%2Fidentity.h;h=6deb916c67953e0b28e432724df53a3541886f67;hp=08f0ddc77918455f6afea29c392d90d8428dcdbc;hb=HEAD;hpb=c1cf157116de7fc3da96203aa6f03c38c7ebb650 diff --git a/src/common/identity.h b/src/common/identity.h index 08f0ddc7..59436678 100644 --- a/src/common/identity.h +++ b/src/common/identity.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-2018 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