From 7161bfe028f01f237d9b6e91ef1e3ec274686472 Mon Sep 17 00:00:00 2001 From: Alexander M Pickering Date: Fri, 8 Nov 2024 13:43:20 -0600 Subject: Remove handshake call --- libressl.patch | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/libressl.patch b/libressl.patch index 1cac700..c134e98 100644 --- a/libressl.patch +++ b/libressl.patch @@ -167,7 +167,7 @@ index 87e7ca602..7bad3e4fa 100644 struct passwd *getpwnam(const char *name) { diff --git a/networking/ssl_client.c b/networking/ssl_client.c -index 757745896..72bd4969f 100644 +index 757745896..2c30b7923 100644 --- a/networking/ssl_client.c +++ b/networking/ssl_client.c @@ -24,7 +24,7 @@ @@ -176,6 +176,15 @@ index 757745896..72bd4969f 100644 #include "libbb.h" - +#include - int ssl_client_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE; + int ssl_client_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE; int ssl_client_main(int argc UNUSED_PARAM, char **argv) { +@@ -69,7 +69,7 @@ int ssl_client_main(int argc UNUSED_PARAM, char **argv) + } + #endif + +- tls_handshake(tls, sni); ++ //tls_handshake(tls, sni); + + BUILD_BUG_ON(TLSLOOP_EXIT_ON_LOCAL_EOF != 1); + tls_run_copy_loop(tls, /*flags*/ opt & 1); -- cgit v1.2.3-55-g6feb