projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
23b93b5
)
sha512-sparcv9.pl: work around V8+ warning.
author
Andy Polyakov
<appro@openssl.org>
Fri, 13 Jan 2012 09:18:05 +0000
(09:18 +0000)
committer
Andy Polyakov
<appro@openssl.org>
Fri, 13 Jan 2012 09:18:05 +0000
(09:18 +0000)
crypto/sha/asm/sha512-sparcv9.pl
patch
|
blob
|
history
diff --git
a/crypto/sha/asm/sha512-sparcv9.pl
b/crypto/sha/asm/sha512-sparcv9.pl
index 585740789e63e780cc7bb2549d120bf0d13090af..71d67269ec25e789eeb82e68bebee3acbefd8756 100644
(file)
--- a/
crypto/sha/asm/sha512-sparcv9.pl
+++ b/
crypto/sha/asm/sha512-sparcv9.pl
@@
-170,6
+170,7
@@
$code.=<<___ if ($i==0);
ld [$inp+16],%l4
ld [$inp+20],%l5
ld [$inp+24],%l6
+ cmp 0,$tmp31
ld [$inp+28],%l7
___
$code.=<<___ if ($i<15);
@@
-185,7
+186,7
@@
$code.=<<___ if ($i<15);
$ST $tmp2,[%sp+`$bias+$frame+$i*$SZ`]
___
$code.=<<___ if ($i==12);
- b
rnz,a $tmp31
,.+8
+ b
nz,a,pn %icc
,.+8
ld [$inp+128],%l0
___
$code.=<<___ if ($i==15);