Page MenuHomeFreeBSD

D41587.id126661.diff
No OneTemporary

D41587.id126661.diff

diff --git a/crypto/openssl/crypto/perlasm/arm-xlate.pl b/crypto/openssl/crypto/perlasm/arm-xlate.pl
--- a/crypto/openssl/crypto/perlasm/arm-xlate.pl
+++ b/crypto/openssl/crypto/perlasm/arm-xlate.pl
@@ -159,9 +159,8 @@
}
{
- $line =~ s|(^[\.\w]+)\:\s*||;
- my $label = $1;
- if ($label) {
+ if ($line =~ s|(^[\.\w]+)\:\s*||) {
+ my $label = $1;
printf "%s:",($GLOBALS{$label} or $label);
}
}

File Metadata

Mime Type
text/plain
Expires
Mon, Feb 9, 11:35 AM (5 h, 5 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28517673
Default Alt Text
D41587.id126661.diff (422 B)

Event Timeline