mirror of
https://github.com/openssl/openssl.git
synced 2025-02-23 14:42:15 +08:00
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:
parent
b700bc5966
commit
4c861b3816
@ -815,4 +815,4 @@ ___
|
||||
|
||||
$code =~ s/\`([^\`]*)\`/eval $1/gem;
|
||||
print $code;
|
||||
close $STDOUT;
|
||||
close STDOUT;
|
||||
|
Loading…
Reference in New Issue
Block a user