Skip to content

Commit

Permalink
s390x assembly pack: fix msa3 stfle bit detection
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick Steuer <patrick.steuer@de.ibm.com>

Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from openssl#10004)
  • Loading branch information
p-steuer committed Sep 25, 2019
1 parent e6879a3 commit b3681e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crypto/s390xcpuid.pl
Expand Up @@ -109,7 +109,7 @@
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
Expand Down

0 comments on commit b3681e2

Please sign in to comment.