diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2009-08-06 09:21:55 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2009-08-06 09:21:55 +0000 |
| commit | 985484520941395d87f8865f3ddeb5d9aa6d1a78 (patch) | |
| tree | 0a5ade1fcc30a5ebe5009d5906951c9256d5fba2 /roundcubemail/program/lib/Auth/SASL/DigestMD5.php | |
| parent | 0987b77309c24f450498262eb6162811b63c4ed8 (diff) | |
- Updated PEAR::Auth_SASL to 1.0.3 version
git-svn-id: https://svn.roundcube.net/trunk@2841 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/lib/Auth/SASL/DigestMD5.php')
| -rw-r--r-- | roundcubemail/program/lib/Auth/SASL/DigestMD5.php | 1 |
1 files changed, 0 insertions, 1 deletions
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)); } |
