X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fclient%2Fclient.cpp;h=c409218ea2cdc8f03d59dd5404fc5d943412263a;hb=02966c1d1a668b2382de899008e6fefb42da4bbb;hp=8ddacb910c2c1d8250af0b663941171b2554b2c5;hpb=db00831bca59a012242d1ad5fac52a20c6cd2956;p=quassel.git diff --git a/src/client/client.cpp b/src/client/client.cpp index 8ddacb91..c409218e 100644 --- a/src/client/client.cpp +++ b/src/client/client.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-2018 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 * @@ -241,10 +241,8 @@ const Identity* Client::identity(IdentityId id) void Client::createIdentity(const CertIdentity& id) { QVariantMap additional; -#ifdef HAVE_SSL additional["KeyPem"] = id.sslKey().toPem(); additional["CertPem"] = id.sslCert().toPem(); -#endif emit instance()->requestCreateIdentity(id, additional); }