summaryrefslogtreecommitdiffstats
path: root/crypto/rc4/Makefile
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2009-02-11 10:01:36 +0000
committerAndy Polyakov <appro@openssl.org>2009-02-11 10:01:36 +0000
commit13c3a1defad3837192a8dbfe41074666ed4eb9c1 (patch)
tree1c0f1eaa461fe914919ad0d5c4cf51fac7b06fff /crypto/rc4/Makefile
parentaaa29f9e8354aa8a3a8d33474a28b70a2010ad30 (diff)
RC4 for s390x.
Diffstat (limited to 'crypto/rc4/Makefile')
-rw-r--r--crypto/rc4/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/crypto/rc4/Makefile b/crypto/rc4/Makefile
index f932a89035..264451a213 100644
--- a/crypto/rc4/Makefile
+++ b/crypto/rc4/Makefile
@@ -50,6 +50,9 @@ rc4-x86_64.s: asm/rc4-x86_64.pl
rc4-ia64.S: asm/rc4-ia64.pl
$(PERL) asm/rc4-ia64.pl $(CFLAGS) > $@
+rc4-s390x.s: asm/rc4-s390x.pl
+ $(PERL) asm/rc4-s390x.pl > $@
+
rc4-ia64.s: rc4-ia64.S
@case `awk '/^#define RC4_INT/{print$$NF}' $(TOP)/include/openssl/opensslconf.h` in \
int) set -x; $(CC) $(CFLAGS) -DSZ=4 -E rc4-ia64.S > $@ ;; \