util.sasl.scram: Adjusting authentication backend name to conform with the style...
authorTobias Markmann <tm@ayena.de>
Sun, 28 Feb 2010 21:58:43 +0000 (22:58 +0100)
committerTobias Markmann <tm@ayena.de>
Sun, 28 Feb 2010 21:58:43 +0000 (22:58 +0100)
util/sasl/scram.lua

index 47e8e7b3588f08ea032ffba54b4a96eae0e4e715..6040c402ae8b94aaae5c8e29aac3baaeaaa6d9ce 100644 (file)
@@ -212,4 +212,4 @@ function init(registerMechanism)
        registerSCRAMMechanism("SHA-1", sha1, hmac_sha1);
 end
 
-return _M;
\ No newline at end of file
+return _M;