X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcore%2Fsslserver.h;h=16ab183bd3e33495ce6fe72e49b872832e6272d6;hp=1f43cc439e226243cd30e561d2676ebdc1d4cd77;hb=752237a05d424c132f51a0bba76dea84e2d72b81;hpb=25a3ae50ac0d9835283e4f5f10fcfcc10ed5575d diff --git a/src/core/sslserver.h b/src/core/sslserver.h index 1f43cc43..16ab183b 100644 --- a/src/core/sslserver.h +++ b/src/core/sslserver.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-2016 by the Quassel Project * + * Copyright (C) 2005-2018 by the Quassel Project * * devel@quassel-irc.org * * * * This program is free software; you can redistribute it and/or modify * @@ -27,6 +27,7 @@ #include #include #include +#include class SslServer : public QTcpServer { @@ -71,6 +72,7 @@ private: * @return True if certificates loaded successfully, otherwise false. */ bool loadCerts(); + QSslKey loadKey(QFile *keyFile); QLinkedList _pendingConnections; QSslCertificate _cert;