From a79d453c78edd3afd643fa9e4e1e129110c01629 Mon Sep 17 00:00:00 2001 From: Egor Tsyganchuk Date: Tue, 31 Mar 2026 10:25:03 +0300 Subject: [PATCH] Refactor build-libraries.sh to streamline OpenSSL configuration - Removed several disabled options from the OpenSSL build configuration to simplify the setup process. - Enhanced clarity by reducing the complexity of the configuration flags used during the build. --- build-libraries.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-libraries.sh b/build-libraries.sh index 4a60f74..5153f3a 100755 --- a/build-libraries.sh +++ b/build-libraries.sh @@ -102,7 +102,7 @@ cd "${LIB_BUILD_DIR}/openssl-${OPENSSL_VER}" enable-legacy no-mdc2 no-rc5 no-ec2m no-sm2 no-sm4 no-ssl3 \ no-shared no-dso no-async no-comp no-idea no-tests no-threads no-asm no-secure-memory no-seed no-weak-ssl-ciphers \ no-afalgeng no-aria no-async no-bf no-blake2 no-camellia no-capieng no-cast no-chacha no-cms no-cmp no-ct \ - no-dgram no-dsa no-dtls no-ecdh no-ecdsa no-engine no-err no-filenames no-gost no-md4 \ + no-dgram no-dsa no-dtls no-ecdh no-ecdsa no-engine no-err no-filenames no-gost \ no-ocsp no-pinshared no-poly1305 no-posix-io no-rc2 no-rc4 no-rdrand no-rfc3779 no-rmd160 no-scrypt no-sctp no-siphash \ no-sm3 no-srp no-srtp no-ssl-trace no-ssl3 no-ssl3-method no-ts no-whirlpool enable-ktls \ -DNO_FORK -DHAVE_FORK=0