From 985484520941395d87f8865f3ddeb5d9aa6d1a78 Mon Sep 17 00:00:00 2001 From: alec Date: Thu, 6 Aug 2009 09:21:55 +0000 Subject: - Updated PEAR::Auth_SASL to 1.0.3 version git-svn-id: https://svn.roundcube.net/trunk@2841 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/program/lib/Auth/SASL/DigestMD5.php | 1 - 1 file changed, 1 deletion(-) (limited to 'roundcubemail/program/lib/Auth/SASL/DigestMD5.php') diff --git a/roundcubemail/program/lib/Auth/SASL/DigestMD5.php b/roundcubemail/program/lib/Auth/SASL/DigestMD5.php index a465b98bf..f201622a2 100644 --- a/roundcubemail/program/lib/Auth/SASL/DigestMD5.php +++ b/roundcubemail/program/lib/Auth/SASL/DigestMD5.php @@ -186,7 +186,6 @@ class Auth_SASL_DigestMD5 extends Auth_SASL_Common } else { $str = ''; - mt_srand((double)microtime()*10000000); for ($i=0; $i<32; $i++) { $str .= chr(mt_rand(0, 255)); } -- cgit v1.2.3