From 88bdd7cf6fba438bbb3d89641bf03b14e8feead6 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Mon, 6 Feb 2017 19:21:05 +0000 Subject: use *.sourceforge.io and misc URL updates Ref: https://sourceforge.net/blog/introducing-https-for-project-websites/ Closes: https://github.com/curl/curl/pull/1247 --- lib/vauth/ntlm.c | 4 ++-- lib/vauth/ntlm.h | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'lib/vauth') diff --git a/lib/vauth/ntlm.c b/lib/vauth/ntlm.c index b4d345d63..96861c935 100644 --- a/lib/vauth/ntlm.c +++ b/lib/vauth/ntlm.c @@ -27,7 +27,7 @@ /* * NTLM details: * - * http://davenport.sourceforge.net/ntlm.html + * https://davenport.sourceforge.io/ntlm.html * https://www.innovation.ch/java/ntlm.html */ @@ -651,7 +651,7 @@ CURLcode Curl_auth_create_ntlm_type3_message(struct Curl_easy *data, /* A safer but less compatible alternative is: * Curl_ntlm_core_lm_resp(ntbuffer, &ntlm->nonce[0], lmresp); - * See http://davenport.sourceforge.net/ntlm.html#ntlmVersion2 */ + * See https://davenport.sourceforge.io/ntlm.html#ntlmVersion2 */ } if(unicode) { diff --git a/lib/vauth/ntlm.h b/lib/vauth/ntlm.h index b14e7a56a..f906a3c7a 100644 --- a/lib/vauth/ntlm.h +++ b/lib/vauth/ntlm.h @@ -32,7 +32,7 @@ /* Stuff only required for curl_ntlm_msgs.c */ #ifdef BUILDING_CURL_NTLM_MSGS_C -/* Flag bits definitions based on http://davenport.sourceforge.net/ntlm.html */ +/* Flag bits definitions based on https://davenport.sourceforge.io/ntlm.html */ #define NTLMFLAG_NEGOTIATE_UNICODE (1<<0) /* Indicates that Unicode strings are supported for use in security buffer -- cgit v1.2.1