X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=crypto%2Fperlasm%2Farm-xlate.pl;h=f0e495d4269b985c8a715f0ae864accbb47123d6;hb=33388b44b67145af2181b1e9528c381c8ea0d1b6;hp=bee0523fefb21c3876ea49c6d9523a8e4998264c;hpb=32be631ca1f2b73c92e4f7f5d23f1c3aee80ec69;p=thirdparty%2Fopenssl.git diff --git a/crypto/perlasm/arm-xlate.pl b/crypto/perlasm/arm-xlate.pl index bee0523fef..f0e495d426 100755 --- a/crypto/perlasm/arm-xlate.pl +++ b/crypto/perlasm/arm-xlate.pl @@ -1,5 +1,5 @@ #! /usr/bin/env perl -# Copyright 2015-2016 The OpenSSL Project Authors. All Rights Reserved. +# Copyright 2015-2020 The OpenSSL Project Authors. All Rights Reserved. # # Licensed under the Apache License 2.0 (the "License"). You may not use # this file except in compliance with the License. You can obtain a copy @@ -191,4 +191,4 @@ while(my $line=<>) { print "\n"; } -close STDOUT or die "error closing STDOUT"; +close STDOUT or die "error closing STDOUT: $!";