Address the following complaint:
\2 better written as $2 at ../util/checkplatformsyms.pl line 39.
Signed-off-by: Eugene Syromiatnikov <esyr@openssl.org>
Reviewed-by: Neil Horman <nhorman@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.foundation>
MergeDate: Fri Apr 3 15:42:16 2026
(Merged from https://github.com/openssl/openssl/pull/30635)
(cherry picked from commit
b19b0e22fb4fba64deab91521c29048b02d7e913)
{
chomp;
my $dllfile = $_;
- $dllfile =~ s/( +)(.*)(\.dll)(.*)/DLLFILE \2/;
+ $dllfile =~ s/( +)(.*)(\.dll)(.*)/DLLFILE $2/;
if (index($dllfile, "DLLFILE") >= 0) {
$currentdll = substr($dllfile, 8);
$currentdll =~ s/^\s+|s+$//g;