diff options
author | Viktor Szakats <vszakats@users.noreply.github.com> | 2016-04-06 11:57:48 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2016-04-06 11:58:34 +0200 |
commit | a24f71aac4a3e94dac37208959cf2208c3d8f724 (patch) | |
tree | b4b8e97f3bdad9eec51074c33d648f4243521c60 /lib/curl_ntlm_wb.c | |
parent | 9c08b4f1e7eced5a4d3782a3e0daa484c9d77d21 (diff) | |
download | curl-a24f71aac4a3e94dac37208959cf2208c3d8f724.tar.gz |
URLs: change http to https in many places
Closes #754
Diffstat (limited to 'lib/curl_ntlm_wb.c')
-rw-r--r-- | lib/curl_ntlm_wb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/curl_ntlm_wb.c b/lib/curl_ntlm_wb.c index 71bc08700..3defec7b5 100644 --- a/lib/curl_ntlm_wb.c +++ b/lib/curl_ntlm_wb.c @@ -29,7 +29,7 @@ * NTLM details: * * http://davenport.sourceforge.net/ntlm.html - * http://www.innovation.ch/java/ntlm.html + * https://www.innovation.ch/java/ntlm.html */ #define DEBUG_ME 0 |