From: Andy Polyakov Date: Thu, 5 Apr 2012 08:17:21 +0000 (+0000) Subject: aes-s390x.pl: fix endless loop in linux32-s390x build. X-Git-Tag: OpenSSL_1_0_1a~22 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=e959e24b4763cbf0c9e4038555d24f4d48af20a2;p=oweals%2Fopenssl.git aes-s390x.pl: fix endless loop in linux32-s390x build. --- diff --git a/crypto/aes/asm/aes-s390x.pl b/crypto/aes/asm/aes-s390x.pl index f749a52d7b..394ab487ad 100644 --- a/crypto/aes/asm/aes-s390x.pl +++ b/crypto/aes/asm/aes-s390x.pl @@ -783,6 +783,7 @@ $code.=<<___; .type private_AES_set_encrypt_key,\@function .align 16 private_AES_set_encrypt_key: +_s390x_AES_set_encrypt_key: lghi $t0,0 cl${g}r $inp,$t0 je .Lminus1 @@ -1068,7 +1069,7 @@ $code.=<<___; private_AES_set_decrypt_key: st${g} $key,4*$SIZE_T($sp) # I rely on AES_set_encrypt_key to st${g} $ra,14*$SIZE_T($sp) # save non-volatile registers! - bras $ra,AES_set_encrypt_key + bras $ra,_s390x_AES_set_encrypt_key l${g} $key,4*$SIZE_T($sp) l${g} $ra,14*$SIZE_T($sp) ltgr %r2,%r2