util.sasl.scram: Adjusting authentication backend name to conform with the style already used by the plain module.

Sun, 28 Feb 2010 22:58:43 +0100

author
Tobias Markmann <tm@ayena.de>
date
Sun, 28 Feb 2010 22:58:43 +0100
changeset 3107
6d576a66ca63
parent 3106
f4341cac3ae1
child 3115
4c35ef27d868

util.sasl.scram: Adjusting authentication backend name to conform with the style already used by the plain module.

util/sasl/scram.lua file | annotate | diff | comparison | revisions
--- 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;

mercurial