crypto/ec/asm/x25519-x86_64.pl: close STDOUT, not $STDOUT

Fixes #5471

Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/5472)
This commit is contained in:
Richard Levitte 2018-02-27 21:02:31 +01:00
parent b700bc5966
commit 4c861b3816

View File

@ -815,4 +815,4 @@ ___
$code =~ s/\`([^\`]*)\`/eval $1/gem;
print $code;
close $STDOUT;
close STDOUT;