URLs: Change more haxx.se URLs from http: to https:

This commit is contained in:
Dan Fandrich 2016-02-03 01:45:21 +01:00
parent 493f54c6c0
commit 093f9cd38d
14 changed files with 14 additions and 14 deletions

View file

@ -4,7 +4,7 @@
LIBRARY LIBCURL
;DESCRIPTION 'curl libcurl - http://curl.haxx.se'
;DESCRIPTION 'curl libcurl - https://curl.haxx.se'
EXPORTS
curl_easy_cleanup @ 1 ;

View file

@ -32,7 +32,7 @@
*
* If you ever want truly portable and good *printf() clones, the project that
* took on from here is named 'Trio' and you find more details on the trio web
* page at http://daniel.haxx.se/trio/
* page at https://daniel.haxx.se/trio/
*/
#include "curl_setup.h"

View file

@ -94,7 +94,7 @@ char Curl_raw_toupper(char in)
/*
* Curl_raw_equal() is for doing "raw" case insensitive strings. This is meant
* to be locale independent and only compare strings we know are safe for
* this. See http://daniel.haxx.se/blog/2008/10/15/strcasecmp-in-turkish/ for
* this. See https://daniel.haxx.se/blog/2008/10/15/strcasecmp-in-turkish/ for
* some further explanation to why this function is necessary.
*
* The function is capable of comparing a-z case insensitively even for