diff options
author | alecpl <alec@alec.pl> | 2009-08-06 09:21:55 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2009-08-06 09:21:55 +0000 |
commit | 00e57d191d7d3223f17709f2bd3afec116e24159 (patch) | |
tree | c3199ca258310fdd11a38ad1761869c558e3b260 /program/lib/Auth/SASL/DigestMD5.php | |
parent | 446364845184329004815a61a5db8ed9057a5560 (diff) |
- Updated PEAR::Auth_SASL to 1.0.3 version
Diffstat (limited to 'program/lib/Auth/SASL/DigestMD5.php')
-rw-r--r-- | program/lib/Auth/SASL/DigestMD5.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/program/lib/Auth/SASL/DigestMD5.php b/program/lib/Auth/SASL/DigestMD5.php index a465b98bf..f201622a2 100644 --- a/program/lib/Auth/SASL/DigestMD5.php +++ b/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)); } |