From 8d548d7a67b7037ebac6388ab8d6b0477f2b28a1 Mon Sep 17 00:00:00 2001 From: Alexander M Pickering Date: Thu, 21 Nov 2024 14:51:07 -0600 Subject: typo --- libressl.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libressl.patch b/libressl.patch index 950e48e..4953f41 100644 --- a/libressl.patch +++ b/libressl.patch @@ -102,7 +102,7 @@ index 9f1dd67ec..60e1afe99 100644 static void tls_xwrite(tls_state_t *tls, int len) { diff --git a/networking/wget.c b/networking/wget.c -index 6a64836fb..0a9f364e0 100644 +index 6a64836fb..831bc4023 100644 --- a/networking/wget.c +++ b/networking/wget.c @@ -1,4 +1,3 @@ @@ -396,7 +396,7 @@ index 6a64836fb..0a9f364e0 100644 + if(G.tlscfg == NULL) + bb_error_msg_and_die("Out of memory 2"); + char *pemmem = gather_certificates(G.tlscfg); -+ print("Got to downloading section\n"); ++ printf("Got to downloading section\n"); while (*argv) download_one_url(*argv++); -- cgit v1.2.3-55-g6feb