summaryrefslogtreecommitdiff
path: root/main/openssl/openssl.config
diff options
context:
space:
mode:
authorArne Schwabe <arne@rfc2549.org>2015-02-12 22:22:25 +0100
committerArne Schwabe <arne@rfc2549.org>2015-02-12 22:22:25 +0100
commit9f0928c6593f937a17b7974b04051c57e3874b20 (patch)
tree1aaffa07a5c177fef2c1386f1850a688045bec2e /main/openssl/openssl.config
parent68d26e1b1b5b411adce714c88532fc8889289f34 (diff)
Update OpenSSL to AOSP -master
Diffstat (limited to 'main/openssl/openssl.config')
-rw-r--r--main/openssl/openssl.config24
1 files changed, 24 insertions, 0 deletions
diff --git a/main/openssl/openssl.config b/main/openssl/openssl.config
index 9edd51e2..c8b3dbde 100644
--- a/main/openssl/openssl.config
+++ b/main/openssl/openssl.config
@@ -275,6 +275,16 @@ SHA1_ASM \
SHA256_ASM \
"
+# TODO: generate *-mips32r6.S files
+OPENSSL_CRYPTO_DEFINES_mips32r6="\
+OPENSSL_NO_ASM \
+"
+
+# TODO: generate *-mips64.S files
+OPENSSL_CRYPTO_DEFINES_mips64="\
+OPENSSL_NO_ASM \
+"
+
OPENSSL_CRYPTO_DEFINES_x86="\
AES_ASM \
DES_PTR \
@@ -884,6 +894,20 @@ crypto/aes/aes_core.c \
crypto/bn/bn_asm.c \
"
+# TODO: generate *-mips32r6.S files
+OPENSSL_CRYPTO_SOURCES_mips32r6="\
+"
+
+OPENSSL_CRYPTO_SOURCES_EXCLUDES_mips32r6="\
+"
+
+# TODO: generate *-mips64.S files
+OPENSSL_CRYPTO_SOURCES_mips64="\
+"
+
+OPENSSL_CRYPTO_SOURCES_EXCLUDES_mips64="\
+"
+
OPENSSL_CRYPTO_SOURCES_x86="\
crypto/aes/asm/aes-586.S \
crypto/aes/asm/aesni-x86.S \