summaryrefslogtreecommitdiff
path: root/protocols/JabberG/src/jabber_secur.h
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/JabberG/src/jabber_secur.h')
-rw-r--r--protocols/JabberG/src/jabber_secur.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/protocols/JabberG/src/jabber_secur.h b/protocols/JabberG/src/jabber_secur.h
index dc098213bf..78dccfa70a 100644
--- a/protocols/JabberG/src/jabber_secur.h
+++ b/protocols/JabberG/src/jabber_secur.h
@@ -86,9 +86,10 @@ class TScramAuth : public TJabberAuth
char *bindFlag, *cnonce = 0, *msg1 = 0, *serverSignature = 0;
MBinBuffer bindData;
+ const EVP_MD *hashMethod;
public:
- TScramAuth(ThreadData*, void *pData = nullptr, size_t cbLen = 0);
+ TScramAuth(ThreadData*, bool bSha1, void *pData = nullptr, size_t cbLen = 0);
~TScramAuth();
char* getInitialRequest() override;