commit | 26e6bac143f83a0d126a1deaae72f5c5d2413b84 | [log] [tgz] |
---|---|---|
author | Andy Polyakov <appro@openssl.org> | Thu Apr 12 06:44:34 2012 +0000 |
committer | Andy Polyakov <appro@openssl.org> | Thu Apr 12 06:44:34 2012 +0000 |
tree | a49a40df5e9210060b2ac6603f6e4e19b2631435 | |
parent | fc6fc7ff38ead45fa4d64a407a9cf9ce49f8b578 [diff] |
ghash-s390x.pl: fix typo [that can induce SEGV in 31-bit build].
diff --git a/crypto/modes/asm/ghash-s390x.pl b/crypto/modes/asm/ghash-s390x.pl index 48cb08d..6a40d5d 100644 --- a/crypto/modes/asm/ghash-s390x.pl +++ b/crypto/modes/asm/ghash-s390x.pl
@@ -138,7 +138,7 @@ .align 32 .Lsoft_ghash: ___ -$cdoe.=<<___ if ($flavour =~ /3[12]/); +$code.=<<___ if ($flavour =~ /3[12]/); llgfr $len,$len ___ $code.=<<___;