Fix typo in CONTRIBUTING.md
[openssl.git] / crypto / chacha / asm / chacha-ppc.pl
index 1db31fa9781ae35a0d66c597429c3f009dc970b3..60982dddb2114df60a9ef21bf714df774f9fc61d 100755 (executable)
@@ -1,5 +1,5 @@
 #! /usr/bin/env perl
-# Copyright 2016-2018 The OpenSSL Project Authors. All Rights Reserved.
+# Copyright 2016-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
@@ -1349,4 +1349,4 @@ foreach (split("\n",$code)) {
        print $_,"\n";
 }
 
-close STDOUT;
+close STDOUT or die "error closing STDOUT: $!";