1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-20 06:28:12 +02:00
openwrt/package/openssl/patches/310-arm_asm.patch
Felix Fietkau 0f34d88717 openssl: refresh patches
SVN-Revision: 19368
2010-01-28 19:27:53 +00:00

13 lines
233 B
Diff

--- 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 > $@