X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=crypto%2Fsha%2Fasm%2Fsha512-ppc.pl;fp=crypto%2Fsha%2Fasm%2Fsha512-ppc.pl;h=aaf56cfb80b977e2b259d9ff50f4820c231cfa0d;hp=f5c4138d0cdfe395a92a081156ad2f29edeca022;hb=a21314dbbc56cd30580123d74b3106a628540965;hpb=0eb154663478968137112441d16b593fdf2ebcf8 diff --git a/crypto/sha/asm/sha512-ppc.pl b/crypto/sha/asm/sha512-ppc.pl index f5c4138d0c..aaf56cfb80 100755 --- a/crypto/sha/asm/sha512-ppc.pl +++ b/crypto/sha/asm/sha512-ppc.pl @@ -799,4 +799,4 @@ ___ $code =~ s/\`([^\`]*)\`/eval $1/gem; print $code; -close STDOUT or die "error closing STDOUT"; +close STDOUT or die "error closing STDOUT: $!";