Continuing trying to crunch android openssl sizes.

git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@4738 ed5197a5-7fde-0310-b194-c3ffbd925b24
This commit is contained in:
2024-01-06 21:33:20 +00:00
parent 32ebfa78cd
commit b73f5011cf
10 changed files with 267 additions and 5 deletions

View File

@ -37,6 +37,9 @@ extern "C" {
# ifndef OPENSSL_NO_AFALGENG
# define OPENSSL_NO_AFALGENG
# endif
# ifndef OPENSSL_NO_APPS
# define OPENSSL_NO_APPS
# endif
# ifndef OPENSSL_NO_ASAN
# define OPENSSL_NO_ASAN
# endif
@ -46,6 +49,9 @@ extern "C" {
# ifndef OPENSSL_NO_ASYNC
# define OPENSSL_NO_ASYNC
# endif
# ifndef OPENSSL_NO_AUTOERRINIT
# define OPENSSL_NO_AUTOERRINIT
# endif
# ifndef OPENSSL_NO_BROTLI
# define OPENSSL_NO_BROTLI
# endif
@ -55,9 +61,18 @@ extern "C" {
# ifndef OPENSSL_NO_CAPIENG
# define OPENSSL_NO_CAPIENG
# endif
# ifndef OPENSSL_NO_CMP
# define OPENSSL_NO_CMP
# endif
# ifndef OPENSSL_NO_CMS
# define OPENSSL_NO_CMS
# endif
# ifndef OPENSSL_NO_COMP
# define OPENSSL_NO_COMP
# endif
# ifndef OPENSSL_NO_CRMF
# define OPENSSL_NO_CRMF
# endif
# ifndef OPENSSL_NO_CRYPTO_MDEBUG
# define OPENSSL_NO_CRYPTO_MDEBUG
# endif
@ -67,12 +82,21 @@ extern "C" {
# ifndef OPENSSL_NO_DEFAULT_THREAD_POOL
# define OPENSSL_NO_DEFAULT_THREAD_POOL
# endif
# ifndef OPENSSL_NO_DEPRECATED
# define OPENSSL_NO_DEPRECATED
# endif
# ifndef OPENSSL_NO_DEVCRYPTOENG
# define OPENSSL_NO_DEVCRYPTOENG
# endif
# ifndef OPENSSL_NO_DGRAM
# define OPENSSL_NO_DGRAM
# endif
# ifndef OPENSSL_NO_DOCS
# define OPENSSL_NO_DOCS
# endif
# ifndef OPENSSL_NO_DSA
# define OPENSSL_NO_DSA
# endif
# ifndef OPENSSL_NO_DSO
# define OPENSSL_NO_DSO
# endif
@ -85,6 +109,9 @@ extern "C" {
# ifndef OPENSSL_NO_DTLS1_2
# define OPENSSL_NO_DTLS1_2
# endif
# ifndef OPENSSL_NO_EC2M
# define OPENSSL_NO_EC2M
# endif
# ifndef OPENSSL_NO_EC_NISTP_64_GCC_128
# define OPENSSL_NO_EC_NISTP_64_GCC_128
# endif
@ -94,6 +121,9 @@ extern "C" {
# ifndef OPENSSL_NO_ENGINE
# define OPENSSL_NO_ENGINE
# endif
# ifndef OPENSSL_NO_ERR
# define OPENSSL_NO_ERR
# endif
# ifndef OPENSSL_NO_EXTERNAL_TESTS
# define OPENSSL_NO_EXTERNAL_TESTS
# endif
@ -109,6 +139,12 @@ extern "C" {
# ifndef OPENSSL_NO_FUZZ_LIBFUZZER
# define OPENSSL_NO_FUZZ_LIBFUZZER
# endif
# ifndef OPENSSL_NO_GOST
# define OPENSSL_NO_GOST
# endif
# ifndef OPENSSL_NO_HTTP
# define OPENSSL_NO_HTTP
# endif
# ifndef OPENSSL_NO_IDEA
# define OPENSSL_NO_IDEA
# endif
@ -130,6 +166,12 @@ extern "C" {
# ifndef OPENSSL_NO_MULTIBLOCK
# define OPENSSL_NO_MULTIBLOCK
# endif
# ifndef OPENSSL_NO_NEXTPROTONEG
# define OPENSSL_NO_NEXTPROTONEG
# endif
# ifndef OPENSSL_NO_OCSP
# define OPENSSL_NO_OCSP
# endif
# ifndef OPENSSL_NO_PADLOCKENG
# define OPENSSL_NO_PADLOCKENG
# endif
@ -145,15 +187,24 @@ extern "C" {
# ifndef OPENSSL_NO_SCTP
# define OPENSSL_NO_SCTP
# endif
# ifndef OPENSSL_NO_SOCK
# define OPENSSL_NO_SOCK
# endif
# ifndef OPENSSL_NO_SRP
# define OPENSSL_NO_SRP
# endif
# ifndef OPENSSL_NO_SSL_TRACE
# define OPENSSL_NO_SSL_TRACE
# endif
# ifndef OPENSSL_NO_SSL3
# define OPENSSL_NO_SSL3
# endif
# ifndef OPENSSL_NO_SSL3_METHOD
# define OPENSSL_NO_SSL3_METHOD
# endif
# ifndef OPENSSL_NO_STDIO
# define OPENSSL_NO_STDIO
# endif
# ifndef OPENSSL_NO_TESTS
# define OPENSSL_NO_TESTS
# endif
@ -169,6 +220,9 @@ extern "C" {
# ifndef OPENSSL_NO_UBSAN
# define OPENSSL_NO_UBSAN
# endif
# ifndef OPENSSL_NO_UI_CONSOLE
# define OPENSSL_NO_UI_CONSOLE
# endif
# ifndef OPENSSL_NO_UNIT_TEST
# define OPENSSL_NO_UNIT_TEST
# endif