block/curl: Harmonize option defaults
commit712b64e8f3736f60d1f4b3d7cfd776eea7c3deeb
authorMax Reitz <mreitz@redhat.com>
Fri, 1 Feb 2019 19:29:31 +0000 (1 20:29 +0100)
committerMax Reitz <mreitz@redhat.com>
Mon, 25 Feb 2019 14:11:27 +0000 (25 15:11 +0100)
tree75f10e27118525361c3e25c5cb29219755b9d347
parentcc61b0740f9b99942f18cc850eeffa302f4f328e
block/curl: Harmonize option defaults

Both of the defaults we currently have in the curl driver are named
based on a slightly different schema, let's unify that and call both
CURL_BLOCK_OPT_${NAME}_DEFAULT.

While at it, we can add a macro for the third option for which a default
exists, namely "sslverify".

Signed-off-by: Max Reitz <mreitz@redhat.com>
Reviewed-by: Alberto Garcia <berto@igalia.com>
Message-id: 20190201192935.18394-28-mreitz@redhat.com
Signed-off-by: Max Reitz <mreitz@redhat.com>
block/curl.c