summaryrefslogtreecommitdiffstats
path: root/crypto/ec/asm/x25519-ppc64.pl
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/ec/asm/x25519-ppc64.pl')
-rwxr-xr-xcrypto/ec/asm/x25519-ppc64.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/ec/asm/x25519-ppc64.pl b/crypto/ec/asm/x25519-ppc64.pl
index e2e0a14f49..9a48d2ad0e 100755
--- a/crypto/ec/asm/x25519-ppc64.pl
+++ b/crypto/ec/asm/x25519-ppc64.pl
@@ -824,4 +824,4 @@ ___
$code =~ s/\`([^\`]*)\`/eval $1/gem;
print $code;
-close STDOUT;
+close STDOUT or die "error closing STDOUT";