Aleksander Machniak
2016-02-05 bd0551b22076b82a6d49e9f7a2b2e0c90a1b2326
plugins/password/helpers/dovecot_hmacmd5.php
@@ -187,5 +187,5 @@
function dovecot_hmacmd5 ($s) {
   if (strlen($s) > 64) $s=pack("H*", md5($s));
   return "{CRAM-MD5}" . md5_oneround($s, 0) . md5_oneround($s, 1);
   return md5_oneround($s, 0) . md5_oneround($s, 1);
}