aboutsummaryrefslogtreecommitdiffstats
path: root/crypto
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2000-09-27 13:54:28 +0000
committerRichard Levitte <levitte@openssl.org>2000-09-27 13:54:28 +0000
commit6df3553255c4f91b2e260b4f7180b1ad0ae6788d (patch)
tree92137350730307bd3f00a7f61025b85603550765 /crypto
parent2eaad87f36915900d50355e09e34c6fe2e487364 (diff)
downloadopenssl-6df3553255c4f91b2e260b4f7180b1ad0ae6788d.tar.gz
A compiler warning removed. Thanks to the folks at HP!
Diffstat (limited to 'crypto')
-rw-r--r--crypto/bn/asm/pa-risc2.s2
-rw-r--r--crypto/bn/asm/pa-risc2W.s2
2 files changed, 2 insertions, 2 deletions
diff --git a/crypto/bn/asm/pa-risc2.s b/crypto/bn/asm/pa-risc2.s
index 7239aa2c76..af9730d062 100644
--- a/crypto/bn/asm/pa-risc2.s
+++ b/crypto/bn/asm/pa-risc2.s
@@ -1611,7 +1611,7 @@ bn_mul_comba4
.IMPORT $global$,DATA
.SPACE $TEXT$
.SUBSPA $CODE$
- .SUBSPA $LIT$,QUAD=0,ALIGN=8,ACCESS=0x2c,SORT=16
+ .SUBSPA $LIT$,ACCESS=0x2c
C$7
.ALIGN 8
.STRINGZ "Division would overflow (%d)\n"
diff --git a/crypto/bn/asm/pa-risc2W.s b/crypto/bn/asm/pa-risc2W.s
index 54b6606252..a99545754d 100644
--- a/crypto/bn/asm/pa-risc2W.s
+++ b/crypto/bn/asm/pa-risc2W.s
@@ -1598,7 +1598,7 @@ bn_mul_comba4
.IMPORT $global$,DATA
.SPACE $TEXT$
.SUBSPA $CODE$
- .SUBSPA $LIT$,QUAD=0,ALIGN=8,ACCESS=0x2c,SORT=16
+ .SUBSPA $LIT$,ACCESS=0x2c
C$4
.ALIGN 8
.STRINGZ "Division would overflow (%d)\n"