summaryrefslogtreecommitdiffstats
path: root/crypto/sha
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/sha')
-rwxr-xr-xcrypto/sha/asm/sha1-ppc.pl2
-rwxr-xr-xcrypto/sha/asm/sha512-ppc.pl3
2 files changed, 3 insertions, 2 deletions
diff --git a/crypto/sha/asm/sha1-ppc.pl b/crypto/sha/asm/sha1-ppc.pl
index 2a374807f7..8aa5a37865 100755
--- a/crypto/sha/asm/sha1-ppc.pl
+++ b/crypto/sha/asm/sha1-ppc.pl
@@ -265,7 +265,6 @@ Ldone:
.long 0
.byte 0,12,4,1,0x80,18,3,0
.long 0
-.size .sha1_block_data_order,.-.sha1_block_data_order
___
# This is private block function, which uses tailored calling
@@ -317,6 +316,7 @@ $code.=<<___;
blr
.long 0
.byte 0,12,0x14,0,0,0,0,0
+.size .sha1_block_data_order,.-.sha1_block_data_order
___
$code.=<<___;
.asciz "SHA1 block transform for PPC, CRYPTOGAMS by <appro\@fy.chalmers.se>"
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
___
}