# HG changeset patch # User Tobias Markmann # Date 1267394323 -3600 # Node ID 6d576a66ca636de47a449f4c981a3fa9b257ce08 # Parent f4341cac3ae16a56c1a0b309759cdfdb452895a5 util.sasl.scram: Adjusting authentication backend name to conform with the style already used by the plain module. diff -r f4341cac3ae1 -r 6d576a66ca63 util/sasl/scram.lua --- a/util/sasl/scram.lua Sat May 22 20:51:01 2010 +0200 +++ b/util/sasl/scram.lua Sun Feb 28 22:58:43 2010 +0100 @@ -212,4 +212,4 @@ registerSCRAMMechanism("SHA-1", sha1, hmac_sha1); end -return _M; \ No newline at end of file +return _M;