From 9a4d11f4d9f0a875635348742359829066f01c20 Mon Sep 17 00:00:00 2001 From: Cory McWilliams Date: Wed, 31 Jul 2024 19:58:41 -0400 Subject: [PATCH] Attempt to shrink OpenSSL on android again, ineffectively. --- tools/ssl-android | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/tools/ssl-android b/tools/ssl-android index b7815ec1..117644c4 100755 --- a/tools/ssl-android +++ b/tools/ssl-android @@ -27,6 +27,7 @@ build_the_thing() { no-asm no-async no-autoerrinit + no-autoload-config no-cmp no-cms no-comp @@ -36,6 +37,8 @@ build_the_thing() { no-dsa no-dso no-dtls + no-dtls1 + no-dtls1-method no-dynamic-engine no-ec2m no-egd @@ -56,15 +59,19 @@ build_the_thing() { no-shared no-sock no-srp + no-ssl no-ssl3 no-ssl-trace no-stdio no-tests no-thread-pool no-threads + no-tls1 + no-tls1-method no-trace no-ui-console no-uplink + no-whirlpool no-weak-ssl-ciphers no-zlib -Os