summaryrefslogtreecommitdiffstats
path: root/crypto/sha/asm/sha512-ppc.pl
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/sha/asm/sha512-ppc.pl')
-rwxr-xr-xcrypto/sha/asm/sha512-ppc.pl3
1 files changed, 2 insertions, 1 deletions
diff --git a/crypto/sha/asm/sha512-ppc.pl b/crypto/sha/asm/sha512-ppc.pl
index d34cd2d033..d934903787 100755
--- a/crypto/sha/asm/sha512-ppc.pl
+++ b/crypto/sha/asm/sha512-ppc.pl
@@ -344,7 +344,6 @@ Ldone:
.long 0
.byte 0,12,4,1,0x80,18,3,0
.long 0
-.size $func,.-$func
___
if ($SZ==4 || $SIZE_T==8) {
@@ -417,6 +416,7 @@ $code.=<<___;
blr
.long 0
.byte 0,12,0x14,0,0,0,0,0
+.size $func,.-$func
___
} else {
########################################################################
@@ -665,6 +665,7 @@ $code.=<<___;
blr
.long 0
.byte 0,12,0x14,0,0,0,0,0
+.size $func,.-$func
___
}