summaryrefslogtreecommitdiffstats
path: root/package/openssl/patches/310-arm_asm.patch
blob: 2d940f0efade739fe7d5c6df002d3d93a71cfe55 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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 > $@