summaryrefslogtreecommitdiffstats
path: root/patches/README
diff options
context:
space:
mode:
Diffstat (limited to 'patches/README')
-rw-r--r--patches/README7
1 files changed, 7 insertions, 0 deletions
diff --git a/patches/README b/patches/README
index 7fd8093..d9f1b30 100644
--- a/patches/README
+++ b/patches/README
@@ -29,3 +29,10 @@ Support for JSSE implementation based on OpenSSL.
sha1_armv4_large.patch
This patch eliminates memory stores to addresses below SP.
+
+
+mips_private.patch:
+
+Fix duplicate defines of labels AES_set_encrypt_key and AES_set_decrypt_key
+by prefixing Mips version with private_ .
+Revise import script to generate o32-abi .s files for Mips.