summaryrefslogtreecommitdiffstats
path: root/crypto
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2007-10-01 07:38:32 +0000
committerAndy Polyakov <appro@openssl.org>2007-10-01 07:38:32 +0000
commit0023adb47a2cd543187dcee3a2effaa4207174ce (patch)
tree98202891ab1be5b1f4e2a2810ff21254cb16bf7c /crypto
parent81fe8dcfe1735962a6591f25b43d57f7c80de7bf (diff)
Switch to bn-s390x (it's faster on keys longer than 512 bits) and mention
s390x assembler pack in CHANAGES.
Diffstat (limited to 'crypto')
-rw-r--r--crypto/bn/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/crypto/bn/Makefile b/crypto/bn/Makefile
index 2bd9e7f4e8..2cc6fd6a05 100644
--- a/crypto/bn/Makefile
+++ b/crypto/bn/Makefile
@@ -99,6 +99,9 @@ bn-mips3.o: asm/mips3.s
as -$$ABI -O -o $@ asm/mips3.s; \
else $(CC) -c $(CFLAGS) -o $@ asm/mips3.s; fi
+bn-s390x.o: asm/s390x.S
+ $(CC) $(CFLAGS) -c -o $@ asm/s390x.S
+
x86_64-gcc.o: asm/x86_64-gcc.c
$(CC) $(CFLAGS) -c -o $@ asm/x86_64-gcc.c
x86_64-mont.s: asm/x86_64-mont.pl