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:
fc6fc7f
)
ghash-s390x.pl: fix typo [that can induce SEGV in 31-bit build].
author
Andy Polyakov
<appro@openssl.org>
Thu, 12 Apr 2012 06:44:34 +0000
(06:44 +0000)
committer
Andy Polyakov
<appro@openssl.org>
Thu, 12 Apr 2012 06:44:34 +0000
(06:44 +0000)
crypto/modes/asm/ghash-s390x.pl
patch
|
blob
|
history
diff --git
a/crypto/modes/asm/ghash-s390x.pl
b/crypto/modes/asm/ghash-s390x.pl
index 48cb08d3383b60da6a61313e2fdf603f61de3ca3..6a40d5d89c0cd25ca6e884746f58b25ccf726bba 100644
(file)
--- a/
crypto/modes/asm/ghash-s390x.pl
+++ b/
crypto/modes/asm/ghash-s390x.pl
@@
-138,7
+138,7
@@
$code.=<<___ if(!$softonly);
.align 32
.Lsoft_ghash:
___
-$c
do
e.=<<___ if ($flavour =~ /3[12]/);
+$c
od
e.=<<___ if ($flavour =~ /3[12]/);
llgfr $len,$len
___
$code.=<<___;