diff options
author | Matthew Wild <mwild1@gmail.com> | 2010-05-23 23:11:00 +0100 |
---|---|---|
committer | Matthew Wild <mwild1@gmail.com> | 2010-05-23 23:11:00 +0100 |
commit | 9e416aeb5f79cf4dc78d93dfac59d98df5d32c33 (patch) | |
tree | 790cd084f0b10e92a585be2ea76ad68e482deb1e /util/sasl | |
parent | 898743c4b44d02694897b2c01d22e6b5f7106773 (diff) | |
parent | 84b7c3f97831c15d262663f6bc58b552adb11398 (diff) | |
download | prosody-9e416aeb5f79cf4dc78d93dfac59d98df5d32c33.tar.gz prosody-9e416aeb5f79cf4dc78d93dfac59d98df5d32c33.zip |
Merge 0.7->trunk
Diffstat (limited to 'util/sasl')
-rw-r--r-- | util/sasl/scram.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/sasl/scram.lua b/util/sasl/scram.lua index 47e8e7b3..6040c402 100644 --- a/util/sasl/scram.lua +++ b/util/sasl/scram.lua @@ -212,4 +212,4 @@ function init(registerMechanism) registerSCRAMMechanism("SHA-1", sha1, hmac_sha1); end -return _M;
\ No newline at end of file +return _M; |