Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/mumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThorvald Natvig <slicer@users.sourceforge.net>2009-04-28 19:44:06 +0400
committerThorvald Natvig <slicer@users.sourceforge.net>2009-04-28 19:44:06 +0400
commitb76ad9e2092d33553c4bea4e756709d1d17086d9 (patch)
tree4b0f795ca79f33106319a41a231a6cfbc9360143 /src/Connection.h
parent1ffbd8184627b2ae5a92d4c31b57603ac1187ba3 (diff)
Certificate based authentication and account recovery
Diffstat (limited to 'src/Connection.h')
-rw-r--r--src/Connection.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/Connection.h b/src/Connection.h
index d2b470747..10c5b2875 100644
--- a/src/Connection.h
+++ b/src/Connection.h
@@ -48,7 +48,6 @@ class Connection : public QObject {
unsigned int uiType;
int iPacketLength;
bool bDisconnectedEmitted;
- bool bVerified;
#ifdef Q_OS_WIN
static HANDLE hQoS;
DWORD dwFlow;
@@ -78,7 +77,6 @@ class Connection : public QObject {
CryptState csCrypt;
QList<QSslCertificate> peerCertificateChain() const;
- bool peerVerified() const;
QSslCipher sessionCipher() const;
QHostAddress peerAddress() const;
quint16 peerPort() const;