X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=crypto%2Fsha%2Fasm%2Fsha512-parisc.pl;h=9cc0e56daf4b50f61c3e922b6dad5ef30720bbf7;hp=17a304cb808bf62ea5b3f809f4b01e295b102313;hb=a21314dbbc56cd30580123d74b3106a628540965;hpb=0eb154663478968137112441d16b593fdf2ebcf8 diff --git a/crypto/sha/asm/sha512-parisc.pl b/crypto/sha/asm/sha512-parisc.pl index 17a304cb80..9cc0e56daf 100755 --- a/crypto/sha/asm/sha512-parisc.pl +++ b/crypto/sha/asm/sha512-parisc.pl @@ -807,4 +807,4 @@ foreach (split("\n",$code)) { print $_,"\n"; } -close STDOUT or die "error closing STDOUT"; +close STDOUT or die "error closing STDOUT: $!";