diff options
author | Patrick Steuer <patrick.steuer@de.ibm.com> | 2019-09-24 23:03:19 +0200 |
---|---|---|
committer | Patrick Steuer <patrick.steuer@de.ibm.com> | 2019-09-25 15:53:52 +0200 |
commit | b3681e2641999be6c1f70e66497fe384d683a07e (patch) | |
tree | 24cd644ba16fca21996056b0f2fcfc15d6d3d6a1 /crypto/s390xcpuid.pl | |
parent | Make EVP_MD_CTX_[gettable|settable]_params() take an EVP_MD_CTX (diff) | |
download | openssl-b3681e2641999be6c1f70e66497fe384d683a07e.tar.xz openssl-b3681e2641999be6c1f70e66497fe384d683a07e.zip |
s390x assembly pack: fix msa3 stfle bit detection
Signed-off-by: Patrick Steuer <patrick.steuer@de.ibm.com>
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/10004)
Diffstat (limited to '')
-rwxr-xr-x | crypto/s390xcpuid.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/s390xcpuid.pl b/crypto/s390xcpuid.pl index 36f742068b..4906e0366a 100755 --- a/crypto/s390xcpuid.pl +++ b/crypto/s390xcpuid.pl @@ -109,7 +109,7 @@ OPENSSL_s390x_functions: la %r1,S390X_KMAC(%r4) .long 0xb91e0042 # kmac %r4,%r2 - tmhh %r3,0x0003 # check for message-security-assist-3 + tmhh %r3,0x0008 # check for message-security-assist-3 jz .Lret lghi %r0,S390X_QUERY # query pcc capability vector |