mirror of
https://github.com/postgres/postgres.git
synced 2025-08-06 18:42:54 +03:00
Silence perl complaint in ssl test
Perl's hex() function complains if its argument contains trailing white space (or in fact anything other than hex digits), so remove the offending text.
This commit is contained in:
@@ -504,6 +504,7 @@ if ($? == 0)
|
||||
if ($Config{ivsize} == 8)
|
||||
{
|
||||
$serialno =~ s/^serial=//;
|
||||
$serialno =~ s/\s+//g;
|
||||
$serialno = hex($serialno);
|
||||
}
|
||||
else
|
||||
|
Reference in New Issue
Block a user