Aleksander Machniak
2015-05-27 3cc6ec573d93ed05adf98d69a6fab6e38c776731
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);
}