diff options
Diffstat (limited to 'src/security/sasl/SASLSession.cpp')
-rw-r--r-- | src/security/sasl/SASLSession.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/security/sasl/SASLSession.cpp b/src/security/sasl/SASLSession.cpp index dcf53452..1ab6d577 100644 --- a/src/security/sasl/SASLSession.cpp +++ b/src/security/sasl/SASLSession.cpp @@ -99,8 +99,8 @@ ref <SASLContext> SASLSession::getContext() bool SASLSession::evaluateChallenge - (const byte_t* challenge, const int challengeLen, - byte_t** response, int* responseLen) + (const byte_t* challenge, const long challengeLen, + byte_t** response, long* responseLen) { return m_mech->step(thisRef().dynamicCast <SASLSession>(), challenge, challengeLen, response, responseLen); |