Improve description of algorithm NIDs in doc/man3/OSSL_CMP_CTX_new.pod
[openssl.git] / crypto / c64xpluscpuid.pl
index a807e7f59dd69fb2029d64825563ae0d0b72a0ac..20728c03bc690a241cebb372012e4d840c1e2029 100644 (file)
@@ -1,5 +1,5 @@
 #! /usr/bin/env perl
-# Copyright 2012-2016 The OpenSSL Project Authors. All Rights Reserved.
+# Copyright 2012-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
@@ -284,4 +284,4 @@ bus_loop2_done?:
 ___
 
 print $code;
-close STDOUT;
+close STDOUT or die "error closing STDOUT: $!";