util.pluginloader: Return full file path from internal file loader on success, not...
[prosody.git] / util / hmac.lua
index 18c559b220d17fe0afbeaf0eaebd51e8dc3a621d..6df6986e2f25f2b86d11e84a32d8902a0070ed22 100644 (file)
@@ -1,6 +1,6 @@
 -- Prosody IM
--- Copyright (C) 2008-2009 Matthew Wild
--- Copyright (C) 2008-2009 Waqas Hussain
+-- Copyright (C) 2008-2010 Matthew Wild
+-- Copyright (C) 2008-2010 Waqas Hussain
 -- 
 -- This project is MIT/X11 licensed. Please see the
 -- COPYING file in the source package for more information.
@@ -40,7 +40,7 @@ hash
 blocksize
        the blocksize for the hash function in bytes
 hex
-  return raw hash or hexadecimal string
+       return raw hash or hexadecimal string
 --]]
 function hmac(key, message, hash, blocksize, hex)
        if #key > blocksize then