crypto/ec/asm/x25519-x86_64.pl: close STDOUT, not $STDOUT
authorRichard Levitte <levitte@openssl.org>
Tue, 27 Feb 2018 20:02:31 +0000 (21:02 +0100)
committerRichard Levitte <levitte@openssl.org>
Tue, 27 Feb 2018 20:17:57 +0000 (21:17 +0100)
Fixes #5471

Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/5472)

crypto/ec/asm/x25519-x86_64.pl

index 68a7771a9231186f92a240b0019884724c07b3c8..9a5693965efcf1809c26bd867081cdb4640d5697 100755 (executable)
@@ -815,4 +815,4 @@ ___
 
 $code =~ s/\`([^\`]*)\`/eval $1/gem;
 print $code;
-close $STDOUT;
+close STDOUT;