summaryrefslogtreecommitdiffstats
path: root/crypto/modes/asm/ghash-s390x.pl
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2012-04-12 06:44:34 +0000
committerAndy Polyakov <appro@openssl.org>2012-04-12 06:44:34 +0000
commit26e6bac143f83a0d126a1deaae72f5c5d2413b84 (patch)
treea49a40df5e9210060b2ac6603f6e4e19b2631435 /crypto/modes/asm/ghash-s390x.pl
parentfc6fc7ff38ead45fa4d64a407a9cf9ce49f8b578 (diff)
ghash-s390x.pl: fix typo [that can induce SEGV in 31-bit build].
Diffstat (limited to 'crypto/modes/asm/ghash-s390x.pl')
-rw-r--r--crypto/modes/asm/ghash-s390x.pl2
1 files changed, 1 insertions, 1 deletions
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.=<<___;