diff options
author | Viktor Szakats <vszakats@users.noreply.github.com> | 2016-02-03 05:09:25 +0100 |
---|---|---|
committer | Jay Satiro <raysatiro@yahoo.com> | 2016-02-04 18:46:54 -0500 |
commit | d49881cb19971c058eca4a41317b6487bf939e5c (patch) | |
tree | 3bad566d3db17bf714868284dd1e1c5ed70bc436 /lib/http_digest.c | |
parent | 742deff4dddde519e8928c7b13a66a51e83383f1 (diff) | |
download | curl-d49881cb19971c058eca4a41317b6487bf939e5c.tar.gz |
URLs: change more http to https
Diffstat (limited to 'lib/http_digest.c')
-rw-r--r-- | lib/http_digest.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/http_digest.c b/lib/http_digest.c index 11809d0cc..dc867d52e 100644 --- a/lib/http_digest.c +++ b/lib/http_digest.c @@ -135,7 +135,7 @@ CURLcode Curl_output_digest(struct connectdata *conn, Apache servers can be set to do the Digest IE-style automatically using the BrowserMatch feature: - http://httpd.apache.org/docs/2.2/mod/mod_auth_digest.html#msie + https://httpd.apache.org/docs/2.2/mod/mod_auth_digest.html#msie Further details on Digest implementation differences: http://www.fngtps.com/2006/09/http-authentication |