mirror of
https://github.com/openssl/openssl.git
synced 2024-12-12 19:43:42 +08:00
ghash-s390x.pl: fix typo [that can induce SEGV in 31-bit build].
This commit is contained in:
parent
fc6fc7ff38
commit
26e6bac143
@ -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.=<<___;
|
||||
|
Loading…
Reference in New Issue
Block a user