From 26e6bac143f83a0d126a1deaae72f5c5d2413b84 Mon Sep 17 00:00:00 2001 From: Andy Polyakov Date: Thu, 12 Apr 2012 06:44:34 +0000 Subject: [PATCH] ghash-s390x.pl: fix typo [that can induce SEGV in 31-bit build]. --- crypto/modes/asm/ghash-s390x.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.=<<___; -- 2.34.1