From cff27487bbc7dae534e277b9bbf0bc1aa6fd2400 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Wed, 16 Dec 2009 02:03:20 +0000 Subject: openssl: use assembler version of aes on arm - nearly doubles aes encryption performance SVN-Revision: 18790 --- package/openssl/patches/310-arm_asm.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 package/openssl/patches/310-arm_asm.patch (limited to 'package/openssl/patches') diff --git a/package/openssl/patches/310-arm_asm.patch b/package/openssl/patches/310-arm_asm.patch new file mode 100644 index 0000000000..2d940f0efa --- /dev/null +++ b/package/openssl/patches/310-arm_asm.patch @@ -0,0 +1,13 @@ +--- a/crypto/aes/Makefile ++++ b/crypto/aes/Makefile +@@ -47,6 +47,9 @@ lib: $(LIBOBJ) + + $(LIBOBJ): $(LIBSRC) + ++aes-armv4.s: asm/aes-armv4.pl ++ $(PERL) $^ > $@ ++ + aes-ia64.s: asm/aes-ia64.S + $(CC) $(CFLAGS) -E asm/aes-ia64.S > $@ + + -- cgit v1.2.3