From 57f1256b1a087adbdf8e5c080dd9ed7975de939a Mon Sep 17 00:00:00 2001 From: Jung-uk Kim Date: Tue, 3 May 2016 18:00:27 +0000 Subject: Import OpenSSL 1.0.2h. --- crypto/modes/asm/ghash-s390x.pl | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'crypto/modes') diff --git a/crypto/modes/asm/ghash-s390x.pl b/crypto/modes/asm/ghash-s390x.pl index 39096b423ad8..be7d55f74876 100755 --- a/crypto/modes/asm/ghash-s390x.pl +++ b/crypto/modes/asm/ghash-s390x.pl @@ -85,9 +85,7 @@ $code.=<<___ if(!$softonly && 0); # hardware is slow for single block... tmhl %r0,0x4000 # check for message-security-assist jz .Lsoft_gmult lghi %r0,0 - la %r1,16($sp) - .long 0xb93e0004 # kimd %r0,%r4 - lg %r1,24($sp) + lg %r1,24(%r1) # load second word of kimd capabilities vector tmhh %r1,0x4000 # check for function 65 jz .Lsoft_gmult stg %r0,16($sp) # arrange 16 bytes of zero input -- cgit v1.2.3