diff options
author | Patrick Steuer <patrick.steuer@de.ibm.com> | 2019-02-15 22:59:09 +0100 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2019-02-16 12:47:21 +0100 |
commit | b2b580fe445e064da50c13d3e00f71022da16ece (patch) | |
tree | c6d7976051e1762a79af282e32a6e3debff537fa /crypto/chacha/asm/chacha-s390x.pl | |
parent | Add an OpenSSL library context (diff) | |
download | openssl-b2b580fe445e064da50c13d3e00f71022da16ece.tar.xz openssl-b2b580fe445e064da50c13d3e00f71022da16ece.zip |
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)
Diffstat (limited to '')
-rwxr-xr-x | crypto/chacha/asm/chacha-s390x.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/chacha/asm/chacha-s390x.pl b/crypto/chacha/asm/chacha-s390x.pl index 005c810e20..abf7283dd8 100755 --- a/crypto/chacha/asm/chacha-s390x.pl +++ b/crypto/chacha/asm/chacha-s390x.pl @@ -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)"); |