property: Move global default properties to the library context.
[openssl.git] / crypto / x86_64cpuid.pl
index be9f33f5f81ad5d8e51b61babd7d5a2911c6d6b2..d3e2b9145ad7bb6a6235be95a33e530a197f03a1 100644 (file)
@@ -1,5 +1,5 @@
 #! /usr/bin/env perl
-# Copyright 2005-2018 The OpenSSL Project Authors. All Rights Reserved.
+# Copyright 2005-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
@@ -519,4 +519,4 @@ ___
 gen_random("rdrand");
 gen_random("rdseed");
 
-close STDOUT or die "error closing STDOUT";    # flush
+close STDOUT or die "error closing STDOUT: $!";        # flush