diff options
Diffstat (limited to 'package/openssl/patches')
-rw-r--r-- | package/openssl/patches/310-arm_asm.patch | 13 |
1 files changed, 13 insertions, 0 deletions
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 > $@ + + |