summaryrefslogtreecommitdiff
path: root/beos
diff options
context:
space:
mode:
authorJohn-Mark Bell <jmb@netsurf-browser.org>2013-01-04 23:13:23 +0000
committerJohn-Mark Bell <jmb@netsurf-browser.org>2013-01-04 23:13:23 +0000
commit3dff750ae22185c2ee7bb6f5bc7e06d84267b9b9 (patch)
treea81750af7734de669f68fe15693ed630ea51ce8c /beos
parentd0d3d31e97c3d8e23be983243fb29e30accb4c86 (diff)
downloadnetsurf-3dff750ae22185c2ee7bb6f5bc7e06d84267b9b9.tar.gz
netsurf-3dff750ae22185c2ee7bb6f5bc7e06d84267b9b9.tar.bz2
Downgrade TLS version support if it turns out the server can't cope with TLSv1.1.
Diffstat (limited to 'beos')
-rw-r--r--beos/fetch_rsrc.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/beos/fetch_rsrc.cpp b/beos/fetch_rsrc.cpp
index f7c99d7c4..6f78aafa5 100644
--- a/beos/fetch_rsrc.cpp
+++ b/beos/fetch_rsrc.cpp
@@ -85,7 +85,7 @@ static bool fetch_rsrc_can_fetch(const nsurl *url)
}
static void *fetch_rsrc_setup(struct fetch *parent_fetch, nsurl *url,
- bool only_2xx, const char *post_urlenc,
+ bool only_2xx, bool downgrade_tls, const char *post_urlenc,
const struct fetch_multipart_data *post_multipart,
const char **headers)
{