81-test_cmp_cli.t: Disable CLI-based tests in case fuzzing is enabled
[oweals/openssl.git] / crypto / x86cpuid.pl
index bf8020d2afc82b2c504b527e6146a5e9836b33b7..a7bcb27e262d6a2933d4a5fe18fded409afc2fa5 100644 (file)
@@ -1,5 +1,5 @@
 #! /usr/bin/env perl
-# Copyright 2004-2018 The OpenSSL Project Authors. All Rights Reserved.
+# Copyright 2004-2020 The OpenSSL Project Authors. All Rights Reserved.
 #
 # Licensed under the Apache License 2.0 (the "License").  You may not use
 # this file except in compliance with the License.  You can obtain a copy
@@ -504,4 +504,4 @@ my $rdop = shift;
 
 &asm_finish();
 
-close STDOUT;
+close STDOUT or die "error closing STDOUT: $!";