From b3681e2641999be6c1f70e66497fe384d683a07e Mon Sep 17 00:00:00 2001 From: Patrick Steuer Date: Tue, 24 Sep 2019 23:03:19 +0200 Subject: s390x assembly pack: fix msa3 stfle bit detection Signed-off-by: Patrick Steuer Reviewed-by: Richard Levitte (Merged from https://github.com/openssl/openssl/pull/10004) --- crypto/s390xcpuid.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3