Diff

util/sasl/scram.lua @ 3116:90a98a6b52ac

Merge 0.7->trunk
author Matthew Wild <mwild1@gmail.com>
date Sun, 23 May 2010 23:11:00 +0100
parent 3081:4ee34d07e042
parent 3107:6d576a66ca63
child 3117:f4e7ca2aa2f7
line wrap: on
line diff
--- a/util/sasl/scram.lua	Sat May 22 20:51:01 2010 +0200
+++ b/util/sasl/scram.lua	Sun May 23 23:11:00 2010 +0100
@@ -212,4 +212,4 @@
 	registerSCRAMMechanism("SHA-1", sha1, hmac_sha1);
 end
 
-return _M;
\ No newline at end of file
+return _M;