s390x assembly pack: fix formal interface bug in chacha module
Signed-off-by: Patrick Steuer <patrick.steuer@de.ibm.com> Reviewed-by: Tim Hudson <tjh@openssl.org> Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/8257)
This commit is contained in:
parent
d64b62998b
commit
b2b580fe44
1 changed files with 1 additions and 1 deletions
|
@ -225,7 +225,7 @@ LABEL ("ChaCha20_ctr32");
|
|||
larl ("%r1","OPENSSL_s390xcap_P");
|
||||
|
||||
lghi ("%r0",64);
|
||||
&{$z? \&cgr:\&cr} ($len,"%r0");
|
||||
&{$z? \&clgr:\&clr} ($len,"%r0");
|
||||
jle ("_s390x_chacha_novx");
|
||||
|
||||
lg ("%r0","S390X_STFLE+16(%r1)");
|
||||
|
|
Loading…
Reference in a new issue