diff options
Diffstat (limited to 'src/security/sasl/SASLSession.cpp')
-rw-r--r-- | src/security/sasl/SASLSession.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/security/sasl/SASLSession.cpp b/src/security/sasl/SASLSession.cpp index 01da8ee9..f7f80f59 100644 --- a/src/security/sasl/SASLSession.cpp +++ b/src/security/sasl/SASLSession.cpp @@ -92,7 +92,7 @@ ref <SASLContext> SASLSession::getContext() } -const bool SASLSession::evaluateChallenge +bool SASLSession::evaluateChallenge (const byte_t* challenge, const int challengeLen, byte_t** response, int* responseLen) { |