summaryrefslogtreecommitdiffstats
path: root/crypto/sha/asm
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2009-04-26 18:11:25 +0000
committerAndy Polyakov <appro@openssl.org>2009-04-26 18:11:25 +0000
commitf06d0072fca7fb24e481f34d39c34dbca82e176c (patch)
tree75326abb1615bee6c9c3a0c91324f1335b2e7e7d /crypto/sha/asm
parentf81e86d79113c21f1eb0397d311fd3c9170f0881 (diff)
Minor shaX-s390x.pl update.
Diffstat (limited to 'crypto/sha/asm')
-rw-r--r--crypto/sha/asm/sha1-s390x.pl1
-rw-r--r--crypto/sha/asm/sha512-s390x.pl1
2 files changed, 2 insertions, 0 deletions
diff --git a/crypto/sha/asm/sha1-s390x.pl b/crypto/sha/asm/sha1-s390x.pl
index e22e86fa14..eb6f8dfc82 100644
--- a/crypto/sha/asm/sha1-s390x.pl
+++ b/crypto/sha/asm/sha1-s390x.pl
@@ -156,6 +156,7 @@ $code.=<<___ if ($kimdfunc);
.long 0xb93e0002 # kimd %r0,%r2
brc 1,.-4 # pay attention to "partial completion"
br %r14
+.align 16
.Lsoftware:
___
$code.=<<___;
diff --git a/crypto/sha/asm/sha512-s390x.pl b/crypto/sha/asm/sha512-s390x.pl
index e4f1812c68..5811d74d09 100644
--- a/crypto/sha/asm/sha512-s390x.pl
+++ b/crypto/sha/asm/sha512-s390x.pl
@@ -227,6 +227,7 @@ $code.=<<___ if ($kimdfunc);
.long 0xb93e0002 # kimd %r0,%r2
brc 1,.-4 # pay attention to "partial completion"
br %r14
+.align 16
.Lsoftware:
___
$code.=<<___;