summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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