aboutsummaryrefslogtreecommitdiff
path: root/src/curl/curl.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-07-18 00:44:39 +0200
committerChristian Grothoff <christian@grothoff.org>2020-07-18 00:44:39 +0200
commit7f4ddbcab8598e3d5e29c23ce883cdfa664408f1 (patch)
tree5f1b18463f641f24fad519e0aefb60b97d707b52 /src/curl/curl.c
parent28ab2c446fba4980a8295d59fdf203a028a35dd6 (diff)
downloadgnunet-7f4ddbcab8598e3d5e29c23ce883cdfa664408f1.tar.gz
gnunet-7f4ddbcab8598e3d5e29c23ce883cdfa664408f1.zip
merge flags into enum for GNUNET_DISK_pipe() API, fixing #6188
Diffstat (limited to 'src/curl/curl.c')
-rw-r--r--src/curl/curl.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/curl/curl.c b/src/curl/curl.c
index b3d2af252..eb9dd6a29 100644
--- a/src/curl/curl.c
+++ b/src/curl/curl.c
@@ -195,14 +195,14 @@ struct GNUNET_CURL_Context
195 195
196 /** 196 /**
197 * Passphrase to decrypt @e keyfile, or NULL. 197 * Passphrase to decrypt @e keyfile, or NULL.
198 */ 198 */
199 char *keypass; 199 char *keypass;
200 200
201}; 201};
202 202
203 203
204/** 204/**
205 * Force use of the provided username and password 205 * Force use of the provided username and password
206 * for client authentication for all operations performed 206 * for client authentication for all operations performed
207 * with @a ctx. 207 * with @a ctx.
208 * 208 *
@@ -605,8 +605,8 @@ GNUNET_CURL_job_add_with_ct_json (struct GNUNET_CURL_Context *ctx,
605 struct curl_slist *job_headers = NULL; 605 struct curl_slist *job_headers = NULL;
606 606
607 GNUNET_assert (NULL != (job_headers = 607 GNUNET_assert (NULL != (job_headers =
608 curl_slist_append (NULL, 608 curl_slist_append (NULL,
609 "Content-Type: application/json"))); 609 "Content-Type: application/json")));
610 job = GNUNET_CURL_job_add2 (ctx, 610 job = GNUNET_CURL_job_add2 (ctx,
611 eh, 611 eh,
612 job_headers, 612 job_headers,