Update copyright year
[oweals/openssl.git] / crypto / ec / asm / ecp_nistz256-ppc64.pl
index 0c3c186b3152511042e30187203219f35b6c4e0e..2bf54e2aa544b94fa831599c305adfeb8f02ce1f 100755 (executable)
@@ -1,5 +1,5 @@
 #! /usr/bin/env perl
-# Copyright 2016 The OpenSSL Project Authors. All Rights Reserved.
+# Copyright 2016-2020 The OpenSSL Project Authors. All Rights Reserved.
 #
 # Licensed under the OpenSSL license (the "License").  You may not use
 # this file except in compliance with the License.  You can obtain a copy
@@ -2297,21 +2297,21 @@ ecp_nistz256_scatter_w7:
 
 .Loop_scatter_w7:
        ldu     r0,8($inp)
-       stb     r0,64*0-1($out)
+       stb     r0,64*0($out)
        srdi    r0,r0,8
-       stb     r0,64*1-1($out)
+       stb     r0,64*1($out)
        srdi    r0,r0,8
-       stb     r0,64*2-1($out)
+       stb     r0,64*2($out)
        srdi    r0,r0,8
-       stb     r0,64*3-1($out)
+       stb     r0,64*3($out)
        srdi    r0,r0,8
-       stb     r0,64*4-1($out)
+       stb     r0,64*4($out)
        srdi    r0,r0,8
-       stb     r0,64*5-1($out)
+       stb     r0,64*5($out)
        srdi    r0,r0,8
-       stb     r0,64*6-1($out)
+       stb     r0,64*6($out)
        srdi    r0,r0,8
-       stb     r0,64*7-1($out)
+       stb     r0,64*7($out)
        addi    $out,$out,64*8
        bdnz    .Loop_scatter_w7
 
@@ -2379,4 +2379,4 @@ foreach (split("\n",$code)) {
 
        print $_,"\n";
 }
-close STDOUT;  # enforce flush
+close STDOUT or die "error closing STDOUT: $!";        # enforce flush