summaryrefslogtreecommitdiffstats
path: root/crypto/perlasm/x86_64-xlate.pl
diff options
context:
space:
mode:
authorViktor Dukhovni <openssl-users@dukhovni.org>2016-02-13 02:53:13 -0500
committerViktor Dukhovni <openssl-users@dukhovni.org>2016-02-13 02:54:48 -0500
commitce3d25d3e5a7e82fd59fd30dff7acc39baed8b5e (patch)
treefe3f497a9aaaf49078391eae17a74d7fe6be97a6 /crypto/perlasm/x86_64-xlate.pl
parente314c340736830a6fc0260cf72cc51ea0c227e9d (diff)
Fix some issues near recent chomp changes.
Reviewed-by: Richard Levitte <levitte@openssl.org>
Diffstat (limited to 'crypto/perlasm/x86_64-xlate.pl')
-rwxr-xr-xcrypto/perlasm/x86_64-xlate.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/perlasm/x86_64-xlate.pl b/crypto/perlasm/x86_64-xlate.pl
index a0b3bc0670..0a023fb82f 100755
--- a/crypto/perlasm/x86_64-xlate.pl
+++ b/crypto/perlasm/x86_64-xlate.pl
@@ -850,7 +850,7 @@ ___
OPTION DOTNAME
___
}
-while($line=<>) {
+while(defined($line=<>)) {
$line =~ s|\R$||; # Better chomp