diff options
Diffstat (limited to 'Swiften/SASL/SCRAMSHA1ClientAuthenticator.h')
| -rw-r--r-- | Swiften/SASL/SCRAMSHA1ClientAuthenticator.h | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/Swiften/SASL/SCRAMSHA1ClientAuthenticator.h b/Swiften/SASL/SCRAMSHA1ClientAuthenticator.h index 602fc94..d140013 100644 --- a/Swiften/SASL/SCRAMSHA1ClientAuthenticator.h +++ b/Swiften/SASL/SCRAMSHA1ClientAuthenticator.h @@ -10,8 +10,8 @@  #include <boost/optional.hpp>  #include <string> -#include "Swiften/Base/ByteArray.h" -#include "Swiften/SASL/ClientAuthenticator.h" +#include <Swiften/Base/ByteArray.h> +#include <Swiften/SASL/ClientAuthenticator.h>  namespace Swift {  	class SCRAMSHA1ClientAuthenticator : public ClientAuthenticator { @@ -20,7 +20,7 @@ namespace Swift {  			void setTLSChannelBindingData(const ByteArray& channelBindingData); -			virtual boost::optional<ByteArray> getResponse() const; +			virtual boost::optional<SafeByteArray> getResponse() const;  			virtual bool setChallenge(const boost::optional<ByteArray>&);  		private: | 
 Swift
 Swift