summaryrefslogtreecommitdiffstats
path: root/crypto/sha
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2008-09-12 14:45:54 +0000
committerAndy Polyakov <appro@openssl.org>2008-09-12 14:45:54 +0000
commit492279f6f3acaa5365fbb41e4296f87569e4a8f2 (patch)
tree0e22e331ff48eddd3b5b37955de3ffb98e040d73 /crypto/sha
parent3ad74edce83f058d95a205c9c2bc344f31cf4bbe (diff)
AIX build updates.
Diffstat (limited to 'crypto/sha')
-rwxr-xr-xcrypto/sha/asm/sha1-ppc.pl1
-rwxr-xr-xcrypto/sha/asm/sha512-ppc.pl1
2 files changed, 2 insertions, 0 deletions
diff --git a/crypto/sha/asm/sha1-ppc.pl b/crypto/sha/asm/sha1-ppc.pl
index d2c0c2c464..dcd0fcdfcf 100755
--- a/crypto/sha/asm/sha1-ppc.pl
+++ b/crypto/sha/asm/sha1-ppc.pl
@@ -156,6 +156,7 @@ ___
}
$code=<<___;
+.machine "any"
.text
.globl .sha1_block_data_order
diff --git a/crypto/sha/asm/sha512-ppc.pl b/crypto/sha/asm/sha512-ppc.pl
index 7da9cf96ce..768a6a6fad 100755
--- a/crypto/sha/asm/sha512-ppc.pl
+++ b/crypto/sha/asm/sha512-ppc.pl
@@ -173,6 +173,7 @@ ___
}
$code=<<___;
+.machine "any"
.text
.globl $func