EVP: Only use the engine when one is defined, in pkey_mac_ctrl()
[openssl.git] / crypto / ppccpuid.pl
index de5d7e26679deeb9050ca25b7eaf1a07498b90f6..c6555df5d8e3ce2fc96e816d32ed8b2e0fc15d2c 100755 (executable)
@@ -1,5 +1,5 @@
 #! /usr/bin/env perl
-# Copyright 2007-2016 The OpenSSL Project Authors. All Rights Reserved.
+# Copyright 2007-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
@@ -383,4 +383,4 @@ ___
 
 $code =~ s/\`([^\`]*)\`/eval $1/gem;
 print $code;
-close STDOUT;
+close STDOUT or die "error closing STDOUT: $!";