forked from rpms/openssl
00c4986d53
- epoch bumped to 1 due to revert to 1.0.0g on Fedora 17 - fix s390x build (#798411) - versioning for the SSLeay symbol (#794950) - add -DPURIFY to build flags (#797323) - filter engine provides - split the libraries to a separate -libs package - add make to requires on the base package (#783446)
27 lines
772 B
Diff
27 lines
772 B
Diff
diff -up openssl-1.0.1-beta3/crypto/rc4/asm/rc4-s390x.pl.s390xbuild openssl-1.0.1-beta3/crypto/rc4/asm/rc4-s390x.pl
|
|
--- openssl-1.0.1-beta3/crypto/rc4/asm/rc4-s390x.pl.s390xbuild 2012-02-29 17:40:30.000000000 +0100
|
|
+++ openssl-1.0.1-beta3/crypto/rc4/asm/rc4-s390x.pl 2012-02-29 20:03:39.642182906 +0100
|
|
@@ -171,10 +171,10 @@ $ikey="%r7";
|
|
$iinp="%r8";
|
|
|
|
$code.=<<___;
|
|
-.globl RC4_set_key
|
|
-.type RC4_set_key,\@function
|
|
+.globl private_RC4_set_key
|
|
+.type private_RC4_set_key,\@function
|
|
.align 64
|
|
-RC4_set_key:
|
|
+private_RC4_set_key:
|
|
stm${g} %r6,%r8,6*$SIZE_T($sp)
|
|
lhi $cnt,256
|
|
la $idx,0(%r0)
|
|
@@ -210,7 +210,7 @@ RC4_set_key:
|
|
.Ldone:
|
|
lm${g} %r6,%r8,6*$SIZE_T($sp)
|
|
br $rp
|
|
-.size RC4_set_key,.-RC4_set_key
|
|
+.size private_RC4_set_key,.-private_RC4_set_key
|
|
|
|
___
|
|
}
|