Diff

util/sasl/scram.lua @ 3107:6d576a66ca63

util.sasl.scram: Adjusting authentication backend name to conform with the style already used by the plain module.
author Tobias Markmann <tm@ayena.de>
date Sun, 28 Feb 2010 22:58:43 +0100
parent 3106:f4341cac3ae1
child 3116:90a98a6b52ac
child 3118:95ddd75ed3c5
line wrap: on
line diff
--- 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;