summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander M Pickering <alex@cogarr.net>2024-11-21 14:51:07 -0600
committerAlexander M Pickering <alex@cogarr.net>2024-11-21 14:51:07 -0600
commit8d548d7a67b7037ebac6388ab8d6b0477f2b28a1 (patch)
tree70a96a123e00f1385a14c597c9c83ec156fbba08
parent60e60b6ec1d676bca69a40a0470eae42a5cf26bf (diff)
downloadbusybox-w32-packaging-8d548d7a67b7037ebac6388ab8d6b0477f2b28a1.tar.gz
busybox-w32-packaging-8d548d7a67b7037ebac6388ab8d6b0477f2b28a1.tar.bz2
busybox-w32-packaging-8d548d7a67b7037ebac6388ab8d6b0477f2b28a1.zip
typo
-rw-r--r--libressl.patch4
1 files 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
102 static void tls_xwrite(tls_state_t *tls, int len) 102 static void tls_xwrite(tls_state_t *tls, int len)
103 { 103 {
104diff --git a/networking/wget.c b/networking/wget.c 104diff --git a/networking/wget.c b/networking/wget.c
105index 6a64836fb..0a9f364e0 100644 105index 6a64836fb..831bc4023 100644
106--- a/networking/wget.c 106--- a/networking/wget.c
107+++ b/networking/wget.c 107+++ b/networking/wget.c
108@@ -1,4 +1,3 @@ 108@@ -1,4 +1,3 @@
@@ -396,7 +396,7 @@ index 6a64836fb..0a9f364e0 100644
396+ if(G.tlscfg == NULL) 396+ if(G.tlscfg == NULL)
397+ bb_error_msg_and_die("Out of memory 2"); 397+ bb_error_msg_and_die("Out of memory 2");
398+ char *pemmem = gather_certificates(G.tlscfg); 398+ char *pemmem = gather_certificates(G.tlscfg);
399+ print("Got to downloading section\n"); 399+ printf("Got to downloading section\n");
400 while (*argv) 400 while (*argv)
401 download_one_url(*argv++); 401 download_one_url(*argv++);
402 402