From: Andy Polyakov Date: Thu, 12 Apr 2012 06:44:34 +0000 (+0000) Subject: ghash-s390x.pl: fix typo [that can induce SEGV in 31-bit build]. X-Git-Tag: master-post-reformat~1867 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=26e6bac143f83a0d126a1deaae72f5c5d2413b84;p=oweals%2Fopenssl.git 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 48cb08d338..6a40d5d89c 100644 --- 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: ___ -$cdoe.=<<___ if ($flavour =~ /3[12]/); +$code.=<<___ if ($flavour =~ /3[12]/); llgfr $len,$len ___ $code.=<<___;