projects
/
openssl.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Fix some issues near recent chomp changes.
[openssl.git]
/
crypto
/
perlasm
/
x86_64-xlate.pl
diff --git
a/crypto/perlasm/x86_64-xlate.pl
b/crypto/perlasm/x86_64-xlate.pl
index a0b3bc06709dcbfaf6b56d8528749875f1e43584..0a023fb82f5b24ab61b1ff05d76688feb28e4bab 100755
(executable)
--- 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