summaryrefslogtreecommitdiff
path: root/distfoldd/agent.h
diff options
context:
space:
mode:
Diffstat (limited to 'distfoldd/agent.h')
-rw-r--r--distfoldd/agent.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/distfoldd/agent.h b/distfoldd/agent.h
index 0d25077..727eb55 100644
--- a/distfoldd/agent.h
+++ b/distfoldd/agent.h
@@ -187,7 +187,7 @@ protected:
static QByteArray hmacSha1(const QByteArray& key, const QByteArray& message);
QByteArray generateChallenge();
- QByteArray generateChallengeResponse(const QByteArray& server_challenge, const QByteArray& client_challenge);
+ QByteArray generateChallengeResponse(const QByteArray& server_challenge, const QByteArray& client_challenge, const QSslCertificate& server_cert, const QSslCertificate& client_cert);
QByteArray encodeAuthReply(AuthResult result);
AuthResult decodeAuthReply(const QByteArray& ba);