summaryrefslogtreecommitdiffstats
path: root/crypto/sha
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2004-07-23 22:54:18 +0000
committerAndy Polyakov <appro@openssl.org>2004-07-23 22:54:18 +0000
commit5bd4c26057176fc29f1c394bc6d012ef51b7c8bb (patch)
treef49097f52b3f0d677728b68413f84c4554778f45 /crypto/sha
parent4aa5889e1a1f21ecc1d5861d6d8b1b34a2fb712c (diff)
Various IA-64 assembler fix-ups.
Diffstat (limited to 'crypto/sha')
-rwxr-xr-xcrypto/sha/asm/sha512-ia64.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/sha/asm/sha512-ia64.pl b/crypto/sha/asm/sha512-ia64.pl
index d47e2b2856..0aea02399a 100755
--- a/crypto/sha/asm/sha512-ia64.pl
+++ b/crypto/sha/asm/sha512-ia64.pl
@@ -98,7 +98,7 @@ open STDOUT,">$output" || die "can't open $output: $!";
if ($^O eq "hpux") {
$ADDP="addp4";
for (@ARGV) { $ADDP="add" if (/[\+DD|\-mlp]64/); }
-}
+} else { $ADDP="add"; }
for (@ARGV) { $big_endian=1 if (/\-DB_ENDIAN/);
$big_endian=0 if (/\-DL_ENDIAN/); }
if (!defined($big_endian))