mirror of
https://github.com/curl/curl.git
synced 2026-08-24 13:03:35 +03:00
parent
60ab58a8a5
commit
4651d4c76b
20 changed files with 29 additions and 32 deletions
|
|
@ -2633,7 +2633,7 @@ if(!$randseed) {
|
|||
close($curlvh) || die "could not get curl version!";
|
||||
# use the first line of output and get the md5 out of it
|
||||
my $str = md5($c[0]);
|
||||
$randseed += unpack('S', $str); # unsigned 16 bit value
|
||||
$randseed += unpack('S', $str); # unsigned 16-bit value
|
||||
}
|
||||
srand $randseed;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue