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